Skip to content

Tags: VinGarcia/ksql

Tags

v1.12.3

Toggle v1.12.3's commit message
Add tests to validate the fix implemented by @mrheinen

adapters/modernc-ksqlite/v1.12.3

Toggle adapters/modernc-ksqlite/v1.12.3's commit message
Update adapters to use version v1.12.3

adapters/ksqlserver/v1.12.3

Toggle adapters/ksqlserver/v1.12.3's commit message
Update adapters to use version v1.12.3

adapters/ksqlite3/v1.12.3

Toggle adapters/ksqlite3/v1.12.3's commit message
Update adapters to use version v1.12.3

adapters/kpostgres/v1.12.3

Toggle adapters/kpostgres/v1.12.3's commit message
Update adapters to use version v1.12.3

adapters/kpgx5/v1.12.3

Toggle adapters/kpgx5/v1.12.3's commit message
Update adapters to use version v1.12.3

adapters/kpgx/v1.12.3

Toggle adapters/kpgx/v1.12.3's commit message
Update adapters to use version v1.12.3

adapters/kmysql/v1.12.3

Toggle adapters/kmysql/v1.12.3's commit message
Update adapters to use version v1.12.3

v1.12.2

Toggle v1.12.2's commit message
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.

adapters/modernc-ksqlite/v1.12.2

Toggle adapters/modernc-ksqlite/v1.12.2's commit message
Update adapters to use version v1.12.2