jet/tests/mysql
go-jet 4995a90483 Simplify construction of new expressions.
Fixes: IS_NOT_NULL() does not always add enough parentheses to the compiled SQL #500
2026-02-02 13:18:19 +01:00
..
alltypes_test.go Simplify construction of new expressions. 2026-02-02 13:18:19 +01:00
bench_test.go Remove QueryJson statements method to avoid potential misuse. 2025-03-09 17:46:34 +01:00
cast_test.go Add go mod support. 2020-06-27 18:48:19 +02:00
delete_test.go Add support for prepared statement caching. 2024-03-07 18:01:31 +01:00
generator_template_test.go Add the ability to use custom generic types with non std inner types 2025-03-31 21:24:54 +03:00
generator_test.go Renamed new flags name '-tables', '-views', and '-enums'. 2025-06-24 14:09:30 +05:30
insert_test.go Merge remote-tracking branch 'upstream/master' into stmt-cache2 2024-10-19 14:01:55 +02:00
lock_test.go Add support for prepared statement caching. 2024-03-07 18:01:31 +01:00
main_test.go Add support for blob expressions. 2025-02-28 18:23:15 +01:00
raw_statement_test.go Add custom set returning function test. 2024-11-03 12:00:39 +01:00
sample_test.go Excluded GENERATED ALWAYS VIRTUAL columns from mutable columns 2025-06-12 04:22:37 +05:30
select_json_test.go Simplify construction of new expressions. 2026-02-02 13:18:19 +01:00
select_test.go Add support for SELECT_JSON statements. 2025-02-21 19:55:01 +01:00
stmtcache_test.go Add support for prepared statements caching. 2024-10-29 11:44:38 +01:00
update_dvds_test.go Renamed generated schema func to UseSchema. 2022-12-05 17:26:52 +05:30
update_test.go feature: Add support for LIMIT query in UPDATE for sql 2025-02-19 16:42:41 -05:00
values_test.go Add support for VALUES statement. 2024-10-17 14:17:22 +02:00
with_test.go Add support for Row expression. 2024-10-17 14:17:22 +02:00