Commit Graph

540 Commits (adapters/ksqlite3/v1.12.1)

Author SHA1 Message Date
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
Vinícius Garcia e070ebd039
Merge pull request #42 from VinGarcia/remove-pq-dependency-from-kpgx
Refactor tests so we dont depend directly on database/sql nor pq
2023-08-14 10:44:13 -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 edaf3af2d2 Add a couple tests 2023-07-17 09:22:17 -03:00
Vinícius Garcia 9a065de4a5 Minor improvement to godoc 2023-07-16 22:50:59 -03:00
Vinícius Garcia 8d57a16f9c Minor improvement to ksql.Logger output 2023-07-16 22:47:38 -03:00
Vinícius Garcia 7edbd04ceb Improve godoc strings 2023-07-16 22:32:10 -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 ecd2ea45aa Improve log injection example 2023-07-16 22:16:54 -03:00