..
array_columns.go
Add support for additional array types.
2025-10-16 15:09:07 +02:00
cast.go
Simplify literal expressions.
2026-02-02 13:21:35 +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
Add support for PostGIS Geometry columns
2026-05-06 20:36:10 +00: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
Simplify literal expressions.
2026-02-02 13:21:35 +01:00
dialect_test.go
Add support for VALUES statement.
2024-10-17 14:17:22 +02:00
expressions.go
Add support for additional array types.
2025-10-16 15:09:07 +02:00
expressions_test.go
Simplify literal expressions.
2026-02-02 13:21:35 +01:00
functions.go
Simplify literal expressions.
2026-02-02 13:21:35 +01:00
functions_test.go
Additional tests.
2025-10-17 13:41:08 +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 additional array types.
2025-10-16 15:09:07 +02:00
interval_literal.go
Fix false positive security scan issues.
2026-02-16 13:04:00 +01:00
interval_literal_test.go
Simplify literal expressions.
2026-02-02 13:21:35 +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
Simplify literal expressions.
2026-02-02 13:21:35 +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
Add support for postgres arrays
2025-10-16 13:32:18 +02: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