facebookincubator / CG-SQL

CG/SQL is a compiler that converts a SQL Stored Procedure like language into C for SQLite. SQLite has no stored procedures of its own. CG/CQL can also generate other useful artifacts for testing and schema maintenance.
https://cgsql.dev/
MIT License
392 stars 34 forks source link

Support default values in insert statements on backed tables #146

Closed ricomariani closed 1 year ago

ricomariani commented 1 year ago

Any columns with available default values that have not been manually added to the insert statement are added. This simulates what SQLite would do with missing columns.

facebook-github-bot commented 1 year ago

@ricomariani has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.