diff options
| author | mike bayer <mike_mp@zzzcomputing.com> | 2020-06-20 18:48:34 +0000 |
|---|---|---|
| committer | Gerrit Code Review <gerrit@bbpush.zzzcomputing.com> | 2020-06-20 18:48:34 +0000 |
| commit | 56e817bb0ef4eaca189b42b930a6e99ee4ed0671 (patch) | |
| tree | a3ae21889965bc62d756d97cd8738c74e65894dc /doc | |
| parent | b66e47b353459fe118575785708b681d893ce4a5 (diff) | |
| parent | 5d7d96b53ef6b046fcd4d19a42e31f99898d1c81 (diff) | |
| download | sqlalchemy-56e817bb0ef4eaca189b42b930a6e99ee4ed0671.tar.gz | |
Merge "Apply dialect_options copy fix"
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 |
