featurebase/sql3
pokeeffe-molecula e392ce3460
enforce int min/max constraints on insert (fb-1772) (#2325)
* moved the debug code to the right spot

* enforce int min/max constraints on inserts

* add a check for decimal min and max

* fixed borked tests

* fix the decimal to int conversion in constraint check

Co-authored-by: Travis Turner <travis@molecula.com>
2022-12-05 22:51:42 -06:00
..
parser implemented extract ddl; tightened up type related stuff (#2329) 2022-12-05 16:50:30 -06:00
planner enforce int min/max constraints on insert (fb-1772) (#2325) 2022-12-05 22:51:42 -06:00
test enforce int min/max constraints on insert (fb-1772) (#2325) 2022-12-05 22:51:42 -06:00
errors.go enforce int min/max constraints on insert (fb-1772) (#2325) 2022-12-05 22:51:42 -06:00
interfaces.go added /sql endpoint; implemented SHOW TABLES (#1935) 2022-08-31 13:01:05 -07:00
main_test.go use testhook test cleanup 2022-09-26 12:33:43 -05:00
sql_complex_test.go implemented extract ddl; tightened up type related stuff (#2329) 2022-12-05 16:50:30 -06:00
sql_test.go Fix formatting in CLI results with custom SQLResonse.UnmarshalJSON (#2305) 2022-11-21 18:43:53 -06:00