diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/build/changelog/unreleased_14/4868.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/build/changelog/unreleased_14/4868.rst b/doc/build/changelog/unreleased_14/4868.rst new file mode 100644 index 000000000..49a79b7bf --- /dev/null +++ b/doc/build/changelog/unreleased_14/4868.rst @@ -0,0 +1,7 @@ +.. change:: + :tags: change, sql + :tickets: 4868 + + Added a core :class:`Values` object that enables a VALUES construct + to be used in the FROM clause of an SQL statement for databases that + support it (mainly PostgreSQL and SQL Server). |