Commit e5ad595
Pin SQLAlchemy compliance baseline for rowcount, lastrowid, empty inserts
The Requirements class already documents a block of "baseline
declarations mirroring SQLite behavior" so a future maintainer running
the SQLAlchemy compliance suite has a single source of truth. Four
flags that match the same pattern were missed: sane_rowcount,
sane_multi_rowcount, emulated_lastrowid, supports_empty_inserts.
All four hold for dqlite today — the server forwards
ResultResponse.rows_affected / last_insert_id verbatim, executemany
aggregates per-iteration rowcounts, and INSERT ... DEFAULT VALUES is
regular SQLite syntax. Pin them open() alongside the others and extend
the exclusion-object test to cover the new names.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 88fcc3d commit e5ad595
2 files changed
Lines changed: 27 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
18 | 22 | | |
19 | 23 | | |
20 | 24 | | |
| |||
0 commit comments