diff options
Diffstat (limited to 'doc/build/changelog/unreleased_14/dialect_print.rst')
| -rw-r--r-- | doc/build/changelog/unreleased_14/dialect_print.rst | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/doc/build/changelog/unreleased_14/dialect_print.rst b/doc/build/changelog/unreleased_14/dialect_print.rst deleted file mode 100644 index 2de7a4b19..000000000 --- a/doc/build/changelog/unreleased_14/dialect_print.rst +++ /dev/null @@ -1,14 +0,0 @@ -.. change:: - :tags: feature, engine - - Dialect-specific constructs such as - :meth:`_postgresql.Insert.on_conflict_do_update` can now stringify in-place - without the need to specify an explicit dialect object. The constructs, - when called upon for ``str()``, ``print()``, etc. now have internal - direction to call upon their appropriate dialect rather than the - "default"dialect which doesn't know how to stringify these. The approach - is also adapted to generic schema-level create/drop such as - :class:`_schema.AddConstraint`, which will adapt its stringify dialect to - one indicated by the element within it, such as the - :class:`_postgresql.ExcludeConstraint` object. - |
