Change-Id: Ie16ed91fcd6b518c86fb86dff89c8fba3edb8456
.. change::
:tags: sqlite, usecase
:tickets: 5685
+ :versions: 1.4.0b2
Added ``sqlite_with_rowid=False`` dialect keyword to enable creating
tables as ``CREATE TABLE … WITHOUT ROWID``. Patch courtesy Sean Anderson.
.. change::
:tags: bug, sql
:tickets: 5691
+ :versions: 1.4.0b2
A warning is emmitted if a returning() method such as
:meth:`_sql.Insert.returning` is called multiple times, as this does not
.. change::
:tags: mysql, sql
:tickets: 5696
+ :versions: 1.4.0b2
Added missing keywords to the ``RESERVED_WORDS`` list for the MySQL
dialect: ``action``, ``level``, ``mode``, ``status``, ``text``, ``time``.