featurebase/sql3
pokeeffe-molecula dca0dd84e3 implement fb_exec_requests system table (#2327)
implements an fb_exec_requests system table. The purpose of this table is to allow access to internal state to see what queries are running and have been run.
Co-authored-by: Travis Turner <travis@molecula.com>

(cherry picked from commit 47d8be26f5)
2022-12-12 09:01:20 -08:00
..
parser produce a better error when a user tries to sort something unsortable (#2324) 2022-12-12 09:01:20 -08:00
planner implement fb_exec_requests system table (#2327) 2022-12-12 09:01:20 -08:00
test implement fb_exec_requests system table (#2327) 2022-12-12 09:01:20 -08:00
errors.go produce a better error when a user tries to sort something unsortable (#2324) 2022-12-12 09:01:20 -08:00
interfaces.go cleaned up sync from private repo 2022-09-30 11:20:58 -07:00
main_test.go added testify dependency 2022-09-30 11:31:37 -07:00
sql_complex_test.go implement fb_exec_requests system table (#2327) 2022-12-12 09:01:20 -08:00
sql_test.go Fix formatting in CLI results with custom SQLResonse.UnmarshalJSON (#2305) 2022-12-12 09:01:20 -08:00