Files
sqlalchemy/test/dialect
KingOfKaste 48ad8c8111 Fix SQLite error for table with "WITHOUT ROWID" & "STRICT"
Fixed issue that omitted the comma between multiple SQLite table extension
clauses, currently ``WITHOUT ROWID`` and ``STRICT``, when both options
:paramref:`.Table.sqlite_with_rowid` and  :paramref:`.Table.sqlite_strict`
were configured at their non-default settings at the same time.  Pull
request courtesy david-fed.

Fixes: #12368
Closes: #12369
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/12369
Pull-request-sha: 3c9ceffe82

Change-Id: I1a44fd2d655d0e6eaad8213a360879daca9e4f11
2025-02-20 15:24:11 -05:00
..
2025-02-05 14:08:51 -05:00
2025-02-13 23:17:12 +01:00