abal
|
864530cd67
|
feat: support partial unique indexes (#5316)
|
2022-09-02 00:18:05 +03:00 |
|
Nicola Krumschmidt
|
6bed5e99dd
|
Fix changing the default value of a boolean column in SQLite (#5319)
|
2022-09-01 17:31:52 +03:00 |
|
Olivier Cavadenti
|
4494113187
|
Checks Constraints Support (#4874)
Co-authored-by: Ivan Zhuravlev <intech@users.noreply.github.com>
|
2022-01-06 14:44:16 +01:00 |
|
Olivier Cavadenti
|
b6775d9b00
|
Create multiple PKs with increments (#4903)
|
2022-01-03 20:55:24 +01:00 |
|
Nicola Krumschmidt
|
e2a425e4e3
|
Revert "Fix SQLite not doing rollback when altering columns fails (#4336)" (#4896)
|
2021-12-15 20:49:53 +02:00 |
|
Olivier Cavadenti
|
27ade6f881
|
Add columns in create table like #4821
|
2021-11-10 21:24:34 +01:00 |
|
Olivier Cavadenti
|
ace439d5c7
|
Implement partial index support (#4768)
|
2021-10-26 00:37:26 +03:00 |
|
Olivier Cavadenti
|
7c52de9f23
|
Create table like support (#1373) (#4728)
|
2021-10-15 16:57:46 +03:00 |
|
Jeremy W. Sherman
|
99e6726df9
|
mssql: Support table.primary, table.unique variant with options object (#4710)
|
2021-10-10 22:47:32 +03:00 |
|
Aiden Foxx
|
c778c82f2f
|
Added setNullable support to SQLite (#4684)
|
2021-09-19 18:14:06 +03:00 |
|
Igor Savin
|
8d75615524
|
Implement nullability modification via schema builder (#4657)
|
2021-08-28 20:41:54 +03:00 |
|
Nicola Krumschmidt
|
00cbd00631
|
Clean up SQLite DDL handling and move all operations to the parser-based approach (#4648)
|
2021-08-25 17:30:44 +03:00 |
|
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 |
|