|
|
34e5dcbb17
|
Switch to hosting on source.gleipnir.technology
/ test (push) Successful in 3s
|
2026-05-14 16:26:47 +00:00 |
|
|
|
4474319e73
|
Bulk replace project references in go code
|
2026-05-09 01:43:40 +00:00 |
|
go-jet
|
0e495a279e
|
Simplify literal expressions.
|
2026-02-02 13:21:35 +01:00 |
|
go-jet
|
1db6b12074
|
Add support for configuring the JSON unmarshal function used when querying SELECT_JSON statements.
|
2025-03-11 13:33:39 +01:00 |
|
go-jet
|
d86f14e665
|
Add support for strict scan.
If there are unused columns in query result set Query method panics.
|
2025-03-11 10:50:06 +01:00 |
|
go-jet
|
950b33191e
|
Remove QueryJson statements method to avoid potential misuse.
|
2025-03-09 17:46:34 +01:00 |
|
go-jet
|
17646ca99c
|
Encode json values implicitly in the sql queries according the golang json package spec.
|
2025-03-08 19:01:37 +01:00 |
|
go-jet
|
7b16e432ff
|
Add support for SELECT_JSON statements.
|
2025-02-21 19:55:01 +01:00 |
|
go-jet
|
4bb9775134
|
Merge remote-tracking branch 'upstream/master' into stmt-cache2
# Conflicts:
# tests/postgres/alltypes_test.go
# tests/postgres/northwind_test.go
# tests/postgres/sample_test.go
# tests/postgres/update_test.go
# tests/sqlite/insert_test.go
# tests/sqlite/main_test.go
# tests/sqlite/sample_test.go
# tests/sqlite/update_test.go
|
2024-10-19 14:01:55 +02:00 |
|
Samir Faci
|
c2703558d7
|
Moving PtrOf to package internal/ptr
|
2024-10-06 09:04:10 -04:00 |
|
Samir Faci
|
99be328e9d
|
Replacing several test util function with a generic version
ChangeLog:
- updated several test utils with a generic PtrOf
- updated references using iotils (Deprecated) with os equivalent import.
|
2024-10-05 13:13:55 -04:00 |
|
go-jet
|
0918e5503e
|
Add support for prepared statement caching.
|
2024-03-07 18:01:31 +01:00 |
|
go-jet
|
e31e30b7f7
|
Bug225: Add more MultipleNestedAliasedSlices test
|
2023-07-20 12:09:38 +02:00 |
|
go-jet
|
9cf1205acf
|
Update tests for the same enum in two different schema.
|
2023-04-04 12:35:50 +02:00 |
|
go-jet
|
5e34bef288
|
Add more UseSchema tests.
Rename newly generated file to avoid potentional conflict with tables named table or views named view.
|
2023-04-02 13:58:44 +02:00 |
|
go-jet
|
01f409bab1
|
Add multi-tenant table WithPrefix, WithSuffix tests.
|
2022-05-17 11:09:29 +02:00 |
|
go-jet
|
bc776f947b
|
Add support for CockorachDB.
|
2022-05-05 13:01:42 +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
|
605f1c8e3d
|
[Postgres] Add order set aggregate functions support.
|
2022-01-18 19:18:00 +01:00 |
|
go-jet
|
4955bfc4b5
|
Add automatic query logger function with additional execution details.
|
2022-01-12 19:03:50 +01:00 |
|
go-jet
|
5cbf4aac86
|
Add ability to change alias of all projections in the ProjectionList.
Add ability to exclude list of columns from ProjectionList.
|
2022-01-05 18:00:20 +01:00 |
|
go-jet
|
3c866a0b6f
|
Add sub-query column alias bubling tests.
|
2021-12-28 17:18:10 +01:00 |
|
go-jet
|
b375733dfa
|
Add schema rename support
Using SchemaFrom("schemaName") it is possible to set SQL builder table to point to a different schema.
|
2021-03-21 17:19:54 +01:00 |
|
go-jet
|
2ada2ff69b
|
Add go mod support.
|
2020-06-27 18:48:19 +02:00 |
|
go-jet
|
0d3ec872d6
|
Add support for automatic query logging.
|
2020-05-10 11:41:07 +02:00 |
|
go-jet
|
5d742837f1
|
Use testify/require instead of testify/assert for tests.
|
2020-05-09 11:00:22 +02:00 |
|
go-jet
|
3efbb0ccd9
|
Replace gotest.tools with github.com/stretchr/testify.
|
2020-02-11 10:25:13 +01:00 |
|
go-jet
|
d5466a91e6
|
Move init and test results data to separate repo.
|
2019-08-16 12:43:41 +02:00 |
|
go-jet
|
0dbdbb9220
|
MariaDB tests fix.
|
2019-08-15 11:59:17 +02:00 |
|
go-jet
|
736a650241
|
DebugSQL refactor.
|
2019-08-11 18:44:58 +02:00 |
|
go-jet
|
6ee2f45548
|
[New] Constructor for time types, that accepts time.Time. (TimeT, TimezT, DateT, ...)
|
2019-08-06 11:41:45 +02:00 |
|
go-jet
|
23fd973699
|
Package structure refactor.
|
2019-08-03 14:10:47 +02:00 |
|
go-jet
|
6af43f0c46
|
MySQL select statement tests.
|
2019-08-01 16:56:54 +02:00 |
|
go-jet
|
6bf9c32c07
|
Tests folder structure reorganisation.
|
2019-07-30 11:45:10 +02:00 |
|