View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003547 | SymmetricDS | Improvement | public | 2018-05-05 11:27 | 2018-12-20 16:05 |
Reporter | woehrl01 | Assigned To | |||
Priority | normal | ||||
Status | closed | Resolution | fixed | ||
Product Version | 3.9.6 | ||||
Target Version | 3.9.8 | Fixed in Version | 3.9.8 | ||
Summary | 0003547: Improve Sqlite DdlBuilder support | ||||
Description | Due to the fact that ddl support on Sqlite is very limited, most of the changes in schema lead to recreating the whole table which can take quite some time. I implemented the following changes: *A rename of the table is now executed with the alter table ... rename syntax *Adding of columns is now supported via the alter table ... add column syntax *Default values are surounded with parenthesis to prevent some syntax errors | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2018-05-05 11:27 | woehrl01 | New Issue | |
2018-05-05 11:27 | woehrl01 | Note Added: 0001178 | |
2018-05-23 16:52 | mmichalek | Status | new => resolved |
2018-05-23 16:52 | mmichalek | Resolution | open => fixed |
2018-05-23 16:52 | mmichalek | Fixed in Version | => 3.9.8 |
2018-05-23 16:52 | mmichalek | Target Version | => 3.9.8 |
2018-06-05 20:55 | mmichalek | Status | resolved => closed |
2018-12-20 16:05 | mmichalek | Relationship added | related to 0003840 |