Olivier Cavadenti
|
7c52de9f23
|
Create table like support (#1373) (#4728)
|
2021-10-15 16:57:46 +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 |
|
Igor Savin
|
124107e0ec
|
Fix autoincrement for Oracle with schema (#4594)
|
2021-07-29 17:07:22 +03:00 |
|
zeotuan
|
45916f97ee
|
Add deferrable support for constraint (#4584)
|
2021-07-25 10:23:17 +03:00 |
|
zeotuan
|
55eadcf7ad
|
Fixing posgres datetime and timestamp column created with wrong format (#4578)
|
2021-07-21 01:23:20 +03:00 |
|
Nicola Krumschmidt
|
3e6176ac0c
|
SQLite parser improvements (#4333)
|
2021-03-03 00:42:43 +02:00 |
|
Daniel Hensby
|
d807832b3b
|
mssql: schema builder - attempt to drop default constraints when changing default value on columns (#4321)
|
2021-02-28 19:27:48 +02:00 |
|
Daniel Hensby
|
c0d8c5c247
|
mssql: schema builder - add predictable constraint names for default values (#4319)
|
2021-02-28 01:08:15 +02:00 |
|
Nicola Krumschmidt
|
9e28a72aca
|
Add support for altering columns to SQLite (#4322)
|
2021-02-26 22:36:46 +02:00 |
|
Daniel Hensby
|
7db2d18877
|
fix mssql alter column must have its own query (#4317)
|
2021-02-25 19:34:22 +02:00 |
|
Nicola Krumschmidt
|
1ec7a664ea
|
Recreate indices when altering a table in SQLite (#4277)
|
2021-02-05 16:35:30 +02:00 |
|
George Petrov
|
57184acd63
|
Primary keys improvements (#4266)
|
2021-02-03 14:47:32 +02:00 |
|
Morgan Zolob
|
92907e80e2
|
Add check to only create native enum once (#3658)
Co-authored-by: Morgan Zolob <morgan.zolob@ingrooves.com>
|
2021-01-16 16:16:00 +02:00 |
|
Igor Savin
|
2aec21ed5e
|
Try to introduce some organization into how files are grouped (#4178)
|
2020-12-28 16:55:08 +02:00 |
|