summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormike bayer <mike_mp@zzzcomputing.com>2019-02-22 00:33:31 +0000
committerGerrit Code Review <gerrit@bbpush.zzzcomputing.com>2019-02-22 00:33:31 +0000
commit0cdc89c2768cbffff4719fed4562937cd02359a0 (patch)
tree8399d19b17a7033094c92c3fd601b64733870b43 /doc
parenteed102f4653d9a5af325e993fe3c402d2e600fdc (diff)
parent4ca3092c0a89855cd740bafb4e0fb4c99051f89e (diff)
downloadsqlalchemy-0cdc89c2768cbffff4719fed4562937cd02359a0.tar.gz
Merge "Prevent __init__ from being called for Alias, subclasses"
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/unreleased_13/4509.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/build/changelog/unreleased_13/4509.rst b/doc/build/changelog/unreleased_13/4509.rst
new file mode 100644
index 000000000..deb886b91
--- /dev/null
+++ b/doc/build/changelog/unreleased_13/4509.rst
@@ -0,0 +1,10 @@
+.. change::
+ :tags: bug, sql
+ :tickets: 4509
+
+ The :class:`.Alias` class and related subclasses :class:`.CTE`,
+ :class:`.Lateral` and :class:`.TableSample` have been reworked so that it is
+ not possible for a user to construct the objects directly. These constructs
+ require that the standalone construction function or selectable-bound method
+ be used to instantiate new objects.
+