jet/postgres
2025-03-09 19:06:17 +01:00
..
cast.go Add support for blob expressions. 2025-02-28 18:23:15 +01:00
cast_test.go Add support for CockorachDB. 2022-05-05 13:01:42 +02:00
clause.go Additional tests for 'ON CONFLICT DO NOTHING without conflict target does not appear in generated SQL' bug. 2024-03-24 13:02:23 +01:00
clause_test.go ON CONFLICT DO NOTHING without a conflict target is valid SQL as far as Postgres is concerned. 2024-03-18 16:38:28 -04:00
columns.go Encode json values implicitly in the sql queries according the golang json package spec. 2025-03-08 19:01:37 +01:00
columns_test.go Fix unit tests. 2020-05-24 18:09:16 +02:00
conflict_action.go Add go mod support. 2020-06-27 18:48:19 +02:00
delete_statement.go [MySQL] Optimizer hints 2022-09-29 13:33:00 +02:00
delete_statement_test.go Test utils reuse. 2019-08-12 12:11:16 +02:00
dialect.go Encode json values implicitly in the sql queries according the golang json package spec. 2025-03-08 19:01:37 +01:00
dialect_test.go Add support for VALUES statement. 2024-10-17 14:17:22 +02:00
expressions.go Encode json values implicitly in the sql queries according the golang json package spec. 2025-03-08 19:01:37 +01:00
expressions_test.go Expose internal RawBool type 2023-04-17 12:46:11 +02:00
functions.go Encode json values implicitly in the sql queries according the golang json package spec. 2025-03-08 19:01:37 +01:00
functions_test.go Add Postgres generate_series function 2024-09-29 14:55:05 +02:00
insert_statement.go Move RETURNING clause to internal/jet so it can be reused for sqlite implementation. 2021-10-21 13:40:26 +02:00
insert_statement_test.go Add support for VALUES statement. 2024-10-17 14:17:22 +02:00
interval_literal.go Encode json values implicitly in the sql queries according the golang json package spec. 2025-03-08 19:01:37 +01:00
interval_literal_test.go Encode json values implicitly in the sql queries according the golang json package spec. 2025-03-08 19:01:37 +01:00
keywords.go Range types implemented 2024-02-25 01:20:36 +01:00
lateral.go Rename the parent pointer to root, as the pointer often references expression multiple layers above the current expression. 2025-03-09 19:06:17 +01:00
lateral_test.go Add LATERAL query support 2021-05-03 19:47:03 +02:00
literal.go Merge branch 'master' into select_json 2025-03-09 18:32:20 +01:00
literal_test.go Reintroduce Uint64 literal constructor for postgres dialect. 2025-03-04 19:57:42 +01:00
lock_statement.go Add go mod support. 2020-06-27 18:48:19 +02:00
lock_statement_test.go Test utils reuse. 2019-08-12 12:11:16 +02:00
operators.go Add DISTINCT operator support 2022-01-10 16:43:17 +01:00
select_json.go Encode json values implicitly in the sql queries according the golang json package spec. 2025-03-08 19:01:37 +01:00
select_statement.go Add support for SELECT_JSON statements. 2025-02-21 19:55:01 +01:00
select_statement_test.go Add support for OF in row lock clauses 2023-11-30 07:52:54 +00:00
select_table.go Rename the parent pointer to root, as the pointer often references expression multiple layers above the current expression. 2025-03-09 19:06:17 +01:00
set_statement.go Add support for SELECT_JSON statements. 2025-02-21 19:55:01 +01:00
set_statement_test.go Test utils reuse. 2019-08-12 12:11:16 +02:00
statement.go Add custom set returning function test. 2024-11-03 12:00:39 +01:00
table.go Rename the parent pointer to root, as the pointer often references expression multiple layers above the current expression. 2025-03-09 19:06:17 +01:00
table_test.go Add implicit cross join support 2021-05-03 18:48:15 +02:00
types.go Expose internal jet.Rows type 2023-04-17 12:01:01 +02:00
update_statement.go Add FROM clause support for UPDATE statements 2021-12-08 18:13:58 +01:00
update_statement_test.go Test utils reuse. 2019-08-12 12:11:16 +02:00
utils_test.go Range types implemented 2024-02-25 01:20:36 +01:00
values.go Add PostgreSQL-specific character type constructors: Text, Char, and VarChar. 2024-11-01 12:34:46 +01:00
with_statement.go Rename the parent pointer to root, as the pointer often references expression multiple layers above the current expression. 2025-03-09 19:06:17 +01:00