sq/libsq
Neil O'Toole 2ba633fc2a
#258: Alias can be an arbitrary string. (#259)
* Fixed space issues with expressions

* Alias can now be an arbitrary string

* Alias can now be an arbitrary string (fixed)

* Alias now automatically applied to expressions

* Ignore .run

* Fixed issue with TestRun not logging correctly to testing.T

* Fiddling with sqlite3 temp file closing

* Re-enable tests
2023-06-18 00:05:09 -06:00
..
ast #258: Alias can be an arbitrary string. (#259) 2023-06-18 00:05:09 -06:00
core #258: Alias can be an arbitrary string. (#259) 2023-06-18 00:05:09 -06:00
driver #242 - Handle *uint64 returned from db (#253) 2023-06-15 07:50:07 -06:00
source #258: Alias can be an arbitrary string. (#259) 2023-06-18 00:05:09 -06:00
dbwriter.go #229: More diff (#233) 2023-05-22 09:08:14 -06:00
engine.go #256: column-only queries (#257) 2023-06-17 19:28:11 -06:00
libsq_test.go record.Record elements are now values, not pointers (#243) 2023-05-27 07:57:07 -06:00
libsq.go #256: column-only queries (#257) 2023-06-17 19:28:11 -06:00
prepare.go #258: Alias can be an arbitrary string. (#259) 2023-06-18 00:05:09 -06:00
query_args_test.go #258: Alias can be an arbitrary string. (#259) 2023-06-18 00:05:09 -06:00
query_cols_test.go #258: Alias can be an arbitrary string. (#259) 2023-06-18 00:05:09 -06:00
query_count_test.go #258: Alias can be an arbitrary string. (#259) 2023-06-18 00:05:09 -06:00
query_datetime_test.go #254: explicit where() clause (#255) 2023-06-16 22:54:25 -06:00
query_expr_test.go #258: Alias can be an arbitrary string. (#259) 2023-06-18 00:05:09 -06:00
query_func_test.go #258: Alias can be an arbitrary string. (#259) 2023-06-18 00:05:09 -06:00
query_groupby_test.go #258: Alias can be an arbitrary string. (#259) 2023-06-18 00:05:09 -06:00
query_join_test.go #258: Alias can be an arbitrary string. (#259) 2023-06-18 00:05:09 -06:00
query_model.go #256: column-only queries (#257) 2023-06-17 19:28:11 -06:00
query_no_src_test.go #258: Alias can be an arbitrary string. (#259) 2023-06-18 00:05:09 -06:00
query_orderby_test.go #258: Alias can be an arbitrary string. (#259) 2023-06-18 00:05:09 -06:00
query_test.go #258: Alias can be an arbitrary string. (#259) 2023-06-18 00:05:09 -06:00
query_unique_test.go #258: Alias can be an arbitrary string. (#259) 2023-06-18 00:05:09 -06:00
query_where_test.go #258: Alias can be an arbitrary string. (#259) 2023-06-18 00:05:09 -06:00