Simon Willison
|
dc3eb9c313
|
Correct handling of pragma foreign_keys for .transform()
|
2020-09-21 21:18:24 -07:00 |
|
Simon Willison
|
95bfe1c77c
|
.transform(pk=None) to create rowid table
|
2020-09-21 20:39:05 -07:00 |
|
Simon Willison
|
1e05fb157d
|
.transform(drop_foreign_keys=...), refs #114
|
2020-09-21 20:20:48 -07:00 |
|
Simon Willison
|
785c4a80a2
|
.transform(defaults=...)
|
2020-09-21 19:57:44 -07:00 |
|
Simon Willison
|
a29ba8cf34
|
.transform() can now alter NOT NULL
|
2020-09-21 19:40:38 -07:00 |
|
Simon Willison
|
99d931ed4a
|
Applied Black
|
2020-09-21 19:24:51 -07:00 |
|
Simon Willison
|
fe7cb7e8aa
|
Test for .transform() rowid table to id table
|
2020-09-21 19:22:23 -07:00 |
|
Simon Willison
|
7b8e7c4207
|
Also check that .transform() runs without exceptions
|
2020-09-21 19:18:15 -07:00 |
|
Simon Willison
|
9a6e7dab4d
|
.transform() can now change the primary key
|
2020-09-21 19:15:43 -07:00 |
|
Simon Willison
|
59692895fd
|
More .transform() tests
|
2020-09-21 16:58:02 -07:00 |
|
Simon Willison
|
b34c9b40c2
|
New, improved implementation of transform(), refs #114
|
2020-09-21 16:54:37 -07:00 |
|
Simon Willison
|
7b2d74b4f6
|
Tests are how I want this to work (currently fail)
|
2020-09-21 16:19:03 -07:00 |
|
Simon Willison
|
e3f3bea60a
|
Rename transform_table to just transform, refs #114
|
2020-09-21 16:14:05 -07:00 |
|