5 Commits

Author SHA1 Message Date
Vinícius Garcia
66d563fbed Update the adapter tests to better report errors starting the docker containers 2025-06-05 22:38:58 -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
fd2459e4de Fix all tests to work with podman on MacOS except sqlserver 2024-04-14 11:23:15 -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
0362d5ace0 Add kpgx5 adapter 2023-04-04 23:18:14 -03:00