jet/tests/mysql
markvai 0947de0628 Add the ability to use custom generic types with non std inner types
- fix #442

- Since handling all edge cases for generic type parsing is not trivial, users will specify the fields manually.
- To support more than one import per type, add an additional field for extra imports per type.

- Add examples for defining those types in the current tests that show how to define custom types.
2025-03-31 21:24:54 +03:00
..
alltypes_test.go Add support for Row expression. 2024-10-17 14:17:22 +02: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 fixed default columns for mysql generator 2025-02-16 09:30:54 +01:00
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 prepared statements caching. 2024-10-29 11:44:38 +01:00
raw_statement_test.go Add custom set returning function test. 2024-11-03 12:00:39 +01:00
select_test.go Add support for prepared statement caching. 2024-03-07 18:01:31 +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