jet/tests/postgres
go-jet 01305a138f Add automatic type cast for integer literals
In parameterized statements integer literals, like Int(num), are replaced with a placeholders. For some expressions,
postgres interpreter will not have enough information to deduce the type. If this is the case postgres returns an error.
Int8, Int16, Int32.... functions now will add automatic type cast over a placeholder, so type deduction is always possible.
2021-12-26 17:29:43 +01:00
..
alltypes_test.go Add automatic type cast for integer literals 2021-12-26 17:29:43 +01:00
chinook_db_test.go Add schema rename support 2021-04-30 14:02:49 +02:00
delete_test.go Add USING clause support for DELETE statements 2021-12-08 18:14:57 +01:00
generator_template_test.go Update circle.ci 2021-12-19 18:25:55 +01:00
generator_test.go Update circle.ci 2021-12-19 18:25:55 +01:00
insert_test.go Avoid unnecessary double wrapping of SELECT statement when used as single function parameter. 2021-10-21 13:40:26 +02:00
lock_test.go Add go mod support. 2020-06-27 18:48:19 +02:00
main_test.go Add FROM clause support for UPDATE statements 2021-12-08 18:13:58 +01:00
northwind_test.go Add go mod support. 2020-06-27 18:48:19 +02:00
raw_statements_test.go Add FROM clause support for UPDATE statements 2021-12-08 18:13:58 +01:00
sample_test.go Allow Bytea literal constructor to accept byte array. 2021-05-12 12:29:22 +02:00
scan_test.go Qrm refactor 2021-10-15 17:43:10 +02:00
select_test.go Add automatic type cast for integer literals 2021-12-26 17:29:43 +01:00
update_test.go Add automatic type cast for integer literals 2021-12-26 17:29:43 +01:00
util_test.go Add go mod support. 2020-06-27 18:48:19 +02:00
with_test.go Add WITH RECURSIVE support. 2021-12-26 11:34:57 +01:00