jet/tests/postgres
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 Reintroduce Uint64 literal constructor for postgres dialect. 2025-03-04 19:57:42 +01:00
chinook_db_json_out_test.go Bug225: Add more MultipleNestedAliasedSlices test 2023-07-20 12:09:38 +02:00
chinook_db_test.go Merge remote-tracking branch 'upstream/master' into stmt-cache2 2024-10-19 14:01:55 +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 DefaultColumns() helper on Table 2025-02-06 09:34:22 +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
northwind_test.go Add support for VALUES statement. 2024-10-17 14:17:22 +02:00
range_test.go Fix cockroachdb test build. 2025-02-14 14:51:35 +01:00
raw_statements_test.go Add custom set returning function test. 2024-11-03 12:00:39 +01:00
sample_test.go Add omitted reserved word on postgresql 2025-01-13 11:12:44 +03:00
scan_test.go Moving PtrOf to package internal/ptr 2024-10-06 09:04:10 -04:00
select_test.go Add custom set returning function test. 2024-11-03 12:00:39 +01:00
stmtcache_test.go Add support for prepared statements caching. 2024-10-29 11:44:38 +01:00
update_test.go Add support for Row expression. 2024-10-17 14:17:22 +02:00
values_test.go Add PostgreSQL-specific character type constructors: Text, Char, and VarChar. 2024-11-01 12:34:46 +01:00
with_test.go Add support for Row expression. 2024-10-17 14:17:22 +02:00