Commit Graph

548 Commits (master)

Author SHA1 Message Date
Vinícius Garcia 67eaef9a13
Create FUNDING.yml 2024-12-15 16:14:07 -03:00
Vinícius Garcia e9865d66df Update adapters to use version v1.12.3 2024-11-06 18:50:37 -03:00
Vinícius Garcia f1c6f32051 Add tests to validate the fix implemented by @mrheinen 2024-11-06 18:49:37 -03:00
Vinícius Garcia 24b9313323
Merge pull request #55 from mrheinen/master
Check if a field is private after confirming it has a ksql tag
2024-11-06 18:48:56 -03:00
niels 688344f710 Check if a field is private after confirming it has a ksql tag 2024-11-06 20:35:26 +01:00
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 3f0e9b9a3e Fix issue on kmysql Insert where an *int ID would not work 2024-11-03 22:33:00 -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 d5ddb163ee
Merge pull request #53 from VinGarcia/try-to-fix-ci
Try to fix the CI
2024-10-30 09:21:41 -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 31dfbeca3f Fix test that was not working on sqlserver (for good reasons) 2024-10-30 08:49:11 -03:00
Vinícius Garcia 4352f659c1 Add logs to debug 2024-10-29 23:06:43 -03:00
Vinícius Garcia 658d47173a Try to fix CI 2024-10-29 22:49:34 -03:00
Vinícius Garcia 4b5464c1de Fix `insertWithLastInsertID()` so it also works with *string IDs 2024-10-29 00:06:24 -03:00
Vinícius Garcia dcee1a01a4 Fix `insertWithLastInsertID()` so it doesnt try to retrieve string IDs 2024-10-28 23:45:41 -03:00
Vinícius Garcia 81026c8aac Minor fix to a comment 2024-10-28 22:44:59 -03:00
Vinícius Garcia bb48d77d81 Fix make example_overview 2024-10-28 22:44:12 -03:00
Vinícius Garcia 14b1ba47d3 Simplify readme example 2024-10-23 23:39:17 -03:00
Vinícius Garcia 64ddb22a00 Improve README 2024-10-23 23:26:32 -03:00
Vinícius Garcia 0a313c19a4 Improve README examples 2024-10-23 23:24:32 -03:00
Vinícius Garcia 13542463ba Explain placeholders on README 2024-08-15 10:14:25 -03:00
Vinícius Garcia e67ef737e7 Update TODO list on README 2024-04-24 10:17:35 -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 6356f35a7c
Merge pull request #46 from devalexandre/feat-adapter-from-db-pgx
feat: add SQLAdapter for postgres
2024-01-22 10:38:52 -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 9a006cd25c Update Delete() method to work with qualified table names 2024-01-17 00:26:05 -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 06fe81e064 Update Patch to work with qualified table names 2024-01-16 23:34:17 -03:00
Vinícius Garcia d933794459 Update Insert() method to work with qualified table names 2024-01-16 23:18:39 -03:00
Vinícius Garcia 2b1dd6db3d Update explanation about the Benchmarks 2023-10-22 15:01:31 -03:00
Vinícius Garcia 32f8e680c5 Update Benchmarks 2023-10-22 11:19:00 -03:00
Vinícius Garcia 35b6882317 Synchronize the README with its template 2023-10-22 10:56:38 -03:00
Vinícius Garcia 860b1cc9a0 Add modernc-sqlite to examples/all_adapters 2023-10-22 10:51:20 -03:00
Vinícius Garcia cf25954f0b
Update README.md 2023-10-19 22:38:46 -03:00
Vinícius Garcia 758f81e3fb Add documentation for the new modernc-sqlite adapter 2023-10-19 22:26:51 -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 8ead71532e Add a code example for inserting many records in a single query 2023-10-19 09:26:08 -03:00
Vinícius Garcia 6d74c98eac Update go version on CI 2023-08-25 13:55:04 -03:00
Vinícius Garcia 10dc044002 Try to fix CI 2023-08-25 13:52:20 -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 bae3ba2902 Improve comment on Makefile 2023-08-14 10:43:01 -03:00