jet/mysql
Eli Ribble 34e5dcbb17
All checks were successful
/ test (push) Successful in 3s
Switch to hosting on source.gleipnir.technology
2026-05-14 16:26:47 +00:00
..
cast.go Switch to hosting on source.gleipnir.technology 2026-05-14 16:26:47 +00:00
cast_test.go MySQL interval with date/time expression arithmetic. 2019-12-01 18:34:44 +01:00
columns.go Switch to hosting on source.gleipnir.technology 2026-05-14 16:26:47 +00:00
delete_statement.go Switch to hosting on source.gleipnir.technology 2026-05-14 16:26:47 +00:00
delete_statement_test.go feat: add returning to mysql 2025-11-13 16:57:58 +01:00
dialect.go Switch to hosting on source.gleipnir.technology 2026-05-14 16:26:47 +00:00
dialect_test.go MySQL interval with date/time expression arithmetic. 2019-12-01 18:34:44 +01:00
expressions.go Switch to hosting on source.gleipnir.technology 2026-05-14 16:26:47 +00:00
expressions_test.go Simplify literal expressions. 2026-02-02 13:21:35 +01:00
functions.go Switch to hosting on source.gleipnir.technology 2026-05-14 16:26:47 +00: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 Switch to hosting on source.gleipnir.technology 2026-05-14 16:26:47 +00:00
insert_statement_test.go feat: add returning to mysql 2025-11-13 16:57:58 +01:00
interval_literal.go Switch to hosting on source.gleipnir.technology 2026-05-14 16:26:47 +00: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 Switch to hosting on source.gleipnir.technology 2026-05-14 16:26:47 +00:00
literal.go Switch to hosting on source.gleipnir.technology 2026-05-14 16:26:47 +00: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 Switch to hosting on source.gleipnir.technology 2026-05-14 16:26:47 +00:00
lock_statement_test.go Test utils reuse. 2019-08-12 12:11:16 +02:00
operators.go Switch to hosting on source.gleipnir.technology 2026-05-14 16:26:47 +00:00
optimizer_hints.go Switch to hosting on source.gleipnir.technology 2026-05-14 16:26:47 +00:00
select_json.go Switch to hosting on source.gleipnir.technology 2026-05-14 16:26:47 +00:00
select_statement.go Switch to hosting on source.gleipnir.technology 2026-05-14 16:26:47 +00:00
select_statement_test.go Switch to hosting on source.gleipnir.technology 2026-05-14 16:26:47 +00:00
select_table.go Switch to hosting on source.gleipnir.technology 2026-05-14 16:26:47 +00:00
set_statement.go Switch to hosting on source.gleipnir.technology 2026-05-14 16:26:47 +00:00
set_statement_test.go Test utils reuse. 2019-08-12 12:11:16 +02:00
statement.go Switch to hosting on source.gleipnir.technology 2026-05-14 16:26:47 +00:00
table.go Switch to hosting on source.gleipnir.technology 2026-05-14 16:26:47 +00:00
table_test.go [postgres] Add support for ON CONFLICT clause 2020-04-12 18:53:57 +02:00
types.go Switch to hosting on source.gleipnir.technology 2026-05-14 16:26:47 +00:00
update_statement.go Switch to hosting on source.gleipnir.technology 2026-05-14 16:26:47 +00: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 Switch to hosting on source.gleipnir.technology 2026-05-14 16:26:47 +00:00
values.go Switch to hosting on source.gleipnir.technology 2026-05-14 16:26:47 +00:00
with_statement.go Switch to hosting on source.gleipnir.technology 2026-05-14 16:26:47 +00:00