Changelog
- ada7752 d1 import: capture column CHECK and GENERATED clauses during parsing
- 0065150 d1 import: clean up internal comments and simplify a few conversions
- 1afd039 d1 import: convert named constraints and fix CHECK/local-column quoting gaps
- f4a6f0e d1 import: don't quote bare identifiers as columns when they're function calls
- cd882f4 d1 import: don't treat a COLLATE locale hyphen as an expression operator
- 5522cb1 d1 import: fix DDL syntax error for date('now') style defaults
- 1bcf0ea d1 import: fix DEFAULT-expression conversion and add generated/numeric support
- 5c93668 d1 import: fix boolean FK heuristic and expression-index misclassification
- c54de53 d1 import: fix constraint and REFERENCES quoting/matching bugs
- 5062507 d1 import: fix randomblob/UUID DEFAULT type and inference gating bugs
- eaca845 d1 import: fix staticcheck failure and expression-index detection gap
- 0023338 d1 import: use a scalar function in the CHECK function-call regression test