Simon Willison
|
75ba588462
|
Preserve composite UNIQUE constraints in transforms
|
2026-08-12 18:46:18 -07:00 |
|
Simon Willison
|
2b52b5ed6f
|
Preserve AUTOINCREMENT through transforms
|
2026-08-12 18:39:00 -07:00 |
|
Simon Willison
|
b37b8cf8c8
|
Preserve column before/after comments through .transform()
Refs #762
The before comment comes before the column definition - the after
comment is anything after it but before its trailing comma.
|
2026-08-11 22:45:00 -07:00 |
|
Simon Willison
|
2303b80aef
|
.transform() preserves check constraints, refs #762
|
2026-08-11 22:45:00 -07:00 |
|
Simon Willison
|
3db0c57a3b
|
table.checks, table.column_checks, table.table_checks, closes #834
Refs #762
|
2026-08-11 22:45:00 -07:00 |
|