featurebase/sql3
pokeeffe-molecula b32c33c992
tightened up is/is not null filter expressions (FB-1741) (#2260)
Covers tightening up handling filter expressions that contain is/is not null ops. These filters may have to be translated into PQL calls to be passed to the executor and even though sql3 language supports nullability for any data type, currently only BSI fields are nullable at the storage engine level (there is a ticket to add support for non-BSI field here FB-1689: IS SQL Argument returns incorrect error) so when these fields are used in filter conditions we need to handle BSI and non-BSI fields differently.
2022-10-27 13:11:14 -05:00
..
parser sql3 changes (#2211) 2022-09-06 11:16:11 -05:00
planner tightened up is/is not null filter expressions (FB-1741) (#2260) 2022-10-27 13:11:14 -05:00
test And now....INNER JOIN! (#2230) 2022-09-27 09:27:37 -05:00
errors.go tightened up is/is not null filter expressions (FB-1741) (#2260) 2022-10-27 13:11:14 -05: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_definitions_test.go tightened up is/is not null filter expressions (FB-1741) (#2260) 2022-10-27 13:11:14 -05:00
sql_defs_aggregate_test.go fb-1075 (#2221) 2022-09-20 14:53:10 -05:00
sql_defs_between_test.go added /sql endpoint; implemented SHOW TABLES (#1935) 2022-08-31 13:01:05 -07:00
sql_defs_binops_test.go added /sql endpoint; implemented SHOW TABLES (#1935) 2022-08-31 13:01:05 -07:00
sql_defs_cast_test.go added /sql endpoint; implemented SHOW TABLES (#1935) 2022-08-31 13:01:05 -07:00
sql_defs_create_table_test.go added /sql endpoint; implemented SHOW TABLES (#1935) 2022-08-31 13:01:05 -07:00
sql_defs_date_functions_test.go added /sql endpoint; implemented SHOW TABLES (#1935) 2022-08-31 13:01:05 -07:00
sql_defs_groupby_test.go added /sql endpoint; implemented SHOW TABLES (#1935) 2022-08-31 13:01:05 -07:00
sql_defs_in_test.go added /sql endpoint; implemented SHOW TABLES (#1935) 2022-08-31 13:01:05 -07:00
sql_defs_join_test.go And now....INNER JOIN! (#2230) 2022-09-27 09:27:37 -05:00
sql_defs_like_test.go added /sql endpoint; implemented SHOW TABLES (#1935) 2022-08-31 13:01:05 -07:00
sql_defs_null_test.go tightened up is/is not null filter expressions (FB-1741) (#2260) 2022-10-27 13:11:14 -05:00
sql_defs_set_functions_test.go added /sql endpoint; implemented SHOW TABLES (#1935) 2022-08-31 13:01:05 -07:00
sql_defs_timequantum_test.go added /sql endpoint; implemented SHOW TABLES (#1935) 2022-08-31 13:01:05 -07:00
sql_defs_unops_test.go added /sql endpoint; implemented SHOW TABLES (#1935) 2022-08-31 13:01:05 -07:00
sql_test.go And now....INNER JOIN! (#2230) 2022-09-27 09:27:37 -05:00