jet/sqlite
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 Add SQLBuilder support for SQLite databases. 2021-10-21 13:40:26 +02: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 Add SQLBuilder support for SQLite databases. 2021-10-21 13:40:26 +02:00
dialect.go Switch to hosting on source.gleipnir.technology 2026-05-14 16:26:47 +00:00
dialect_test.go Add SQLBuilder support for SQLite databases. 2021-10-21 13:40:26 +02: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
insert_statement.go Switch to hosting on source.gleipnir.technology 2026-05-14 16:26:47 +00:00
insert_statement_test.go Add SQLBuilder support for SQLite databases. 2021-10-21 13:40:26 +02:00
literal.go Switch to hosting on source.gleipnir.technology 2026-05-14 16:26:47 +00:00
literal_test.go Add SQLBuilder support for SQLite databases. 2021-10-21 13:40:26 +02:00
on_conflict_clause.go Switch to hosting on source.gleipnir.technology 2026-05-14 16:26:47 +00:00
operators.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 Add SQLBuilder support for SQLite databases. 2021-10-21 13:40:26 +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 Add SQLBuilder support for SQLite databases. 2021-10-21 13:40:26 +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 Add SQLBuilder support for SQLite databases. 2021-10-21 13:40:26 +02: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