| .. |
|
cast.go
|
Add support for blob expressions.
|
2025-02-28 18:23:15 +01:00 |
|
cast_test.go
|
MySQL interval with date/time expression arithmetic.
|
2019-12-01 18:34:44 +01:00 |
|
columns.go
|
Add support for blob expressions.
|
2025-02-28 18:23:15 +01:00 |
|
delete_statement.go
|
feat: add returning to mysql
|
2025-11-13 16:57:58 +01:00 |
|
delete_statement_test.go
|
feat: add returning to mysql
|
2025-11-13 16:57:58 +01:00 |
|
dialect.go
|
feat: add returning to mysql
|
2025-11-13 16:57:58 +01:00 |
|
dialect_test.go
|
MySQL interval with date/time expression arithmetic.
|
2019-12-01 18:34:44 +01:00 |
|
expressions.go
|
Add support for blob expressions.
|
2025-02-28 18:23:15 +01:00 |
|
expressions_test.go
|
Expose internal RawBool type
|
2023-04-17 12:46:11 +02:00 |
|
functions.go
|
Add support for blob expressions.
|
2025-02-28 18:23:15 +01:00 |
|
functions_test.go
|
replaced the UUIDToBin functions with a singular UUID_TO_BIN
|
2024-02-22 17:23:14 +05:30 |
|
insert_statement.go
|
feat: add returning to mysql
|
2025-11-13 16:57:58 +01:00 |
|
insert_statement_test.go
|
feat: add returning to mysql
|
2025-11-13 16:57:58 +01: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 |
|
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 |
|
literal.go
|
Add support for blob expressions.
|
2025-02-28 18:23:15 +01:00 |
|
literal_test.go
|
replaced the UUIDToBin functions with a singular UUID_TO_BIN
|
2024-02-22 17:23:14 +05:30 |
|
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 |
|
optimizer_hints.go
|
[MySQL] Optimizer hints
|
2022-09-29 13:33:00 +02:00 |
|
select_json.go
|
Fix for SELECT_JSON_ARR generates incorrect order by, limit and offset clauses for mariadb.
|
2026-01-16 14:11:22 +01:00 |
|
select_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 |
|
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
|
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_test.go
|
Test utils reuse.
|
2019-08-12 12:11:16 +02:00 |
|
statement.go
|
Add support for prepared statements caching.
|
2024-10-29 11:44:38 +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
|
[postgres] Add support for ON CONFLICT clause
|
2020-04-12 18:53:57 +02:00 |
|
types.go
|
Expose internal jet.Rows type
|
2023-04-17 12:01:01 +02:00 |
|
update_statement.go
|
feature: Add support for LIMIT query in UPDATE for sql
|
2025-02-19 16:42:41 -05:00 |
|
update_statement_test.go
|
feature: Add support for LIMIT query in UPDATE for sql
|
2025-02-19 16:42:41 -05:00 |
|
utils_test.go
|
Add schema rename support
|
2021-04-30 14:02:49 +02:00 |
|
values.go
|
Add support for VALUES statement.
|
2024-10-17 14:17:22 +02: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 |