diff options
| author | Gord Thompson <gord@gordthompson.com> | 2020-06-06 10:04:34 -0600 |
|---|---|---|
| committer | gordthompson <gord@gordthompson.com> | 2020-06-18 12:05:52 -0600 |
| commit | 5d7d96b53ef6b046fcd4d19a42e31f99898d1c81 (patch) | |
| tree | e4715ceec64f02de7a55f269ab417f292ea63d58 /doc | |
| parent | 5624430eb1d07c68d0931bc89f7146bc003fde19 (diff) | |
| download | sqlalchemy-5d7d96b53ef6b046fcd4d19a42e31f99898d1c81.tar.gz | |
Apply dialect_options copy fix
Fixes: #5276
Change-Id: Ic608310d4a85934fc9fa4d72daef66323c6e2525
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/changelog/unreleased_13/5276.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/build/changelog/unreleased_13/5276.rst b/doc/build/changelog/unreleased_13/5276.rst new file mode 100644 index 000000000..d7c05d747 --- /dev/null +++ b/doc/build/changelog/unreleased_13/5276.rst @@ -0,0 +1,7 @@ +.. change:: + :tags: bug, schema + :tickets: 5276 + + Fixed issue where ``dialect_options`` were omitted when a + database object (e.g., :class:`.Table`) was copied using + :func:`.tometadata`.
\ No newline at end of file |
