sq/libsq
Neil O'Toole 9a1c6a7d09
Feature/173 args (#183)
- Implement --arg feature
- Refactor sqlbuilder package (now called "render").
- Bug fixes, especially around expressions.
2023-04-07 02:00:49 -06:00
..
ast Feature/173 args (#183) 2023-04-07 02:00:49 -06:00
core Feature/173 args (#183) 2023-04-07 02:00:49 -06:00
driver Feature/173 args (#183) 2023-04-07 02:00:49 -06:00
source Removed dependencies on neilotoole/errgroup in favor of sync/errgroup (#176) 2023-04-02 15:17:15 -06:00
dbwriter.go Change logging library to slog (#175) 2023-04-02 13:49:45 -06:00
engine.go Feature/173 args (#183) 2023-04-07 02:00:49 -06:00
libsq_test.go Linting of _test.go files (#121) 2022-12-18 00:18:35 -07:00
libsq.go Change logging library to slog (#175) 2023-04-02 13:49:45 -06:00
prepare.go Feature/173 args (#183) 2023-04-07 02:00:49 -06:00
query_args_test.go Feature/173 args (#183) 2023-04-07 02:00:49 -06:00
query_cols_test.go Refactor/introduce query context (#174) 2023-04-01 03:48:24 -06:00
query_count_test.go Refactor/introduce query context (#174) 2023-04-01 03:48:24 -06:00
query_datetime_test.go Refactor/introduce query context (#174) 2023-04-01 03:48:24 -06:00
query_expr_test.go Feature/173 args (#183) 2023-04-07 02:00:49 -06:00
query_filter_test.go Refactor/introduce query context (#174) 2023-04-01 03:48:24 -06:00
query_groupby_test.go Refactor/introduce query context (#174) 2023-04-01 03:48:24 -06:00
query_join_test.go Refactor/introduce query context (#174) 2023-04-01 03:48:24 -06:00
query_orderby_test.go Refactor/introduce query context (#174) 2023-04-01 03:48:24 -06:00
query_test.go Feature/173 args (#183) 2023-04-07 02:00:49 -06:00
query_unique_test.go Refactor/introduce query context (#174) 2023-04-01 03:48:24 -06:00