go-jet
|
f93636eab0
|
Add missing sqlite conditional functions.
|
2022-08-17 13:03:03 +02:00 |
|
go-jet
|
9f91fd705a
|
Global AND and OR functions for better indentation of a complex condition in the Go code and in the generated SQL.
|
2022-02-11 13:09:49 +01:00 |
|
go-jet
|
34f84c7170
|
Rename SetQueryLoggerFunc to SetQueryLogger
|
2022-01-20 16:51:32 +01:00 |
|
go-jet
|
4955bfc4b5
|
Add automatic query logger function with additional execution details.
|
2022-01-12 19:03:50 +01:00 |
|
go-jet
|
7377e078cd
|
Skip complex expression parenthesis wrap for function parameters.
|
2022-01-10 16:57:57 +01:00 |
|
go-jet
|
a506a96d6a
|
Add DISTINCT operator support
|
2022-01-10 16:43:17 +01:00 |
|
go-jet
|
038a32b032
|
Add WITH RECURSIVE statement support
|
2022-01-04 18:08:06 +01:00 |
|
go-jet
|
47545ce571
|
Add WITH RECURSIVE support.
|
2021-12-26 11:34:57 +01:00 |
|
go-jet
|
7f54036b1a
|
Remove unused code.
|
2021-12-24 18:08:05 +01:00 |
|
go-jet
|
60ffd004c5
|
Add USING clause support for DELETE statements
|
2021-12-08 18:14:57 +01:00 |
|
go-jet
|
72e8d7d584
|
Add FROM clause support for UPDATE statements
|
2021-12-08 18:13:58 +01:00 |
|
go-jet
|
e8f4c2b31b
|
Add SQLBuilder support for SQLite databases.
|
2021-10-21 13:40:26 +02:00 |
|