featurebase/sql3
Seebs c8c88ab0ee don't panic on failed table creation
The attempt to set the TrackExistence option for fields
happened before checking whether the field was created
successfully or not. Credit to Rachith for spotting this.
Bug was introduced with the TrackExistence stuff, but
we apparently never had a test case for invalid min/max
values.
2023-04-03 16:29:21 -05:00
..
parser don't panic on a MIN that isn't a call 2023-04-03 16:29:21 -05:00
planner don't panic on failed table creation 2023-04-03 16:29:21 -05:00
test don't panic on failed table creation 2023-04-03 16:29:21 -05:00
errors.go fb-2036 improve coverage for create view statement (#2333) 2023-03-21 14:06:38 -04:00
interfaces.go introduce performance counters and system table fanout, plus refactor metrics (#2363) 2023-01-19 21:35:02 +00:00
main_test.go added testify dependency 2022-09-30 11:31:37 -07:00
sql_complex_test.go Fb 2048 (#2363) 2023-04-03 12:04:41 -05:00
sql_test.go Fb 2048 (#2363) 2023-04-03 12:04:41 -05:00