Vinícius Garcia
0a95b40908
Update adapters to use version v1.12.2
2024-11-03 23:22:02 -03:00
Vinícius Garcia
d84d079b99
Remove test that would enforce a way of scanning values into an *int
...
The reason for removing this test is that PGx4 and PGx5 don't agree
on how to work with *int, thus, if I made the behavior of KSQL
match pgx5 the test for pgx4 would break and vice-versa.
Fyi KSQL was made to do the same as pgx4 for now, I will create
an issue on pgx to ask why pgx5 is doing it differently, maybe
if he has a good reason for this I should do the same.
2024-11-03 23:15:04 -03:00
Vinícius Garcia
661630db8d
Update adapters to use version v1.12.1
2024-10-30 09:30:03 -03:00
Vinícius Garcia
be21a80750
Add test to try to fix the test coverage issue
2024-10-30 09:08:25 -03:00
Vinícius Garcia
fd2459e4de
Fix all tests to work with podman on MacOS except sqlserver
2024-04-14 11:23:15 -03:00
Vinícius Garcia
a3523821a1
Update adapters to use version v1.12.0
2024-01-22 10:44:19 -03:00
Vinícius Garcia
9f12a3691f
Minor fixes for making the tests work for the kpostgres adapter
2024-01-22 10:32:34 -03:00
devalexandre
9b08319441
fix: removed .idea folder, removido sqldapterdb from kpgx
2024-01-20 21:00:27 -03:00
devalexandre
f25b9b75d0
fix: update package kpostgres use sql.DB
2024-01-20 19:17:35 -03:00
devalexandre
2c01567fbe
feat: add SQLAdapter for postgres
2024-01-20 13:24:17 -03:00
devalexandre
b5fcd7fa86
feat: add SQLAdapter for postgres
2024-01-20 12:57:25 -03:00
Vinícius Garcia
fb8e8141d4
Update adapters to use version v1.11.1
2024-01-17 00:26:31 -03:00
Vinícius Garcia
c2e1138806
Update adapters to use version v1.11.0
2024-01-16 23:35:23 -03:00
Vinícius Garcia
a20099519f
Update adapters to use version v1.10.0
2023-10-19 22:09:28 -03:00
Vinícius Garcia
d06de92a12
Add support to modernc/sqlite
2023-10-19 21:53:51 -03:00
Vinícius Garcia
2446ddc984
Update all dependencies for kpgx and kpgx5
2023-08-24 10:31:08 -03:00
Vinícius Garcia
7c33cc8d2d
Update adapters to use version v1.9.1
2023-08-14 10:43:23 -03:00
Vinícius Garcia
7ba6537ed9
Refactor tests so we dont depend directly on database/sql nor pq
2023-08-14 10:36:19 -03:00
Vinícius Garcia
8198548deb
Update adapters to use version v1.9.0
2023-07-16 22:18:20 -03:00
Vinícius Garcia
9311b4a17d
Update adapters to use version v1.8.0
2023-05-21 11:11:04 -03:00
Vinícius Garcia
78976c1f42
Update adapters to use version v1.7.1
2023-04-05 22:33:50 -03:00
Vinícius Garcia
a015743b72
Minor refactor
2023-04-05 22:33:03 -03:00
Vinícius Garcia
0362d5ace0
Add kpgx5 adapter
2023-04-04 23:18:14 -03:00
Vinícius Garcia
e312b134fb
Fix one issue on kpgx.go by updating to latest version
2023-04-04 23:09:07 -03:00
Vinícius Garcia
84b4b86383
Start writing pgx5 adapter
2023-02-01 10:56:03 -03:00
Vinícius Garcia
c676e8f799
Update adapters to use version v1.7.0
2022-12-21 22:25:23 -03:00
Vinícius Garcia
24599e6644
Improve NewWithAdapter to expect a dialect instead of a driver name
2022-12-21 21:23:54 -03:00
Vinícius Garcia
9f2ffa84f6
Update adapters to use version v1.6.0
2022-12-17 15:10:13 -03:00
Vinícius Garcia
340a320281
Update adapters to use version v1.5.1
2022-11-29 09:27:49 -03:00
Vinícius Garcia
13c6f3cbc6
Update adapters to use version v1.5.0
2022-11-13 14:14:18 -03:00
Vinícius Garcia
af37427192
Update adapters to use version v1.4.13
2022-11-13 12:56:40 -03:00
Vinícius Garcia
6c0f8ae6b1
Update all adapters to use latest version of KSQL
2022-11-13 11:02:15 -03:00
Vinícius Garcia
5bfb5cd92a
Improve error messages for scan errors on all adapters
2022-11-12 15:20:06 -03:00
Vinícius Garcia
57c0f4cade
Add timeNowUTC and timeNowUTC/skipUpdates modifiers
2022-10-09 21:49:21 -03:00
Vinícius Garcia
fc2b32d919
Remove mention to old name KissSQL
2022-09-28 21:05:24 -03:00
Vinícius Garcia
32470ddce4
Update adapters to use latest ksql version
2022-07-19 14:15:48 -03:00
Vinícius Garcia
7adc6473b7
Update sqlserver version to see if it will work on Mac M1
2022-07-06 21:06:40 -03:00
Vinícius Garcia
73952d0e03
Update kmysql_test.go to use mariadb instead of mysql
...
This change was made because the mysql image was too instable
which caused it to fail in several situations.
2022-07-06 14:34:08 -03:00
Vinícius Garcia
e78fced5e6
Update all subpackages to use latest ksql version
2022-04-22 19:16:53 -03:00
Lonre Wang
01ce253442
Implements `io.Closer` for `DB`
...
Fix #18
2022-04-19 01:36:02 +08:00
Vinícius Garcia
3eb5a72123
Add more configurable constructors for all adapters
2022-04-11 20:52:40 -03:00
Vinícius Garcia
b44c7e8500
Add kpgx.NewFromPgxPool() for facilitating more complicated configs
2022-04-11 19:41:56 -03:00
Vinícius Garcia
0dfb810693
Try to fix go modules issue
2022-03-26 21:06:10 -03:00
Vinícius Garcia
1d396f8cac
Fix linter complaints
2022-03-15 20:55:18 -03:00
Vinícius Garcia
18377f18f9
Try to fix codecov on CI
2022-03-15 19:55:08 -03:00
Vinícius Garcia
8eb3c86410
Refactor all adapters as separate modules
2022-03-15 13:03:41 -03:00
Vinícius Garcia
83f0ce5369
Add constructor to SQLAdapter struct
2021-11-14 18:57:57 -03:00
Vinícius Garcia
25781352cb
Add adapters for each possible db technology
2021-11-14 14:54:01 -03:00