Nicola Krumschmidt
|
ed0e8a53df
|
Fix SQLite not doing rollback when altering columns fails (#4336)
|
2021-03-03 20:50:45 +02:00 |
|
Nicola Krumschmidt
|
9e28a72aca
|
Add support for altering columns to SQLite (#4322)
|
2021-02-26 22:36:46 +02:00 |
|
Nicola Krumschmidt
|
b0299f74ef
|
Use SQLite rename column instead of ddl helper (#4200)
Since SQLite version 3.25.0 renaming columns is supported natively.
|
2021-01-03 23:49:12 +02:00 |
|
Igor Savin
|
92d8f49724
|
Return complete list of DDL commands for creating foreign keys in SQLite (#4194)
|
2021-01-03 04:10:26 +02:00 |
|
Igor Savin
|
0e09fcd3c1
|
Refactor to classes (part 2) (#4191)
|
2021-01-01 18:46:16 +02:00 |
|
Igor Savin
|
b43dadbe01
|
Refactor to classes (#4190)
|
2021-01-01 17:46:10 +02:00 |
|