Commit Graph

524 Commits (adapters/ksqlserver/v1.12.0)

Author SHA1 Message Date
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
Vinícius Garcia 22a26aeb18 Fix tests 2023-07-16 22:11:05 -03:00
Vinícius Garcia 077033b3ff Minor improvements to the InjectLogger feature 2023-07-15 22:43:25 -03:00
Vinícius Garcia fca1450031 Minor update of some benchmarks 2023-07-15 22:39:55 -03:00
Vinícius Garcia 4fbfe36dcd
Merge pull request #40 from VinGarcia/add-log-injection
Add a first version of the InjectLogger function
2023-07-15 13:38:20 -03:00
Vinícius Garcia fc0c52e608 Improve one logger_test 2023-07-15 13:34:08 -03:00
Vinícius Garcia c97a3a6996 Improve some comments 2023-07-14 12:55:08 -03:00
Vinícius Garcia a42c454387 Minor improvement on a comment 2023-07-14 12:50:53 -03:00
Vinícius Garcia c37835ef44 Minor change on where we are calling ctxLog on some funcs 2023-07-14 11:47:10 -03:00
Vinícius Garcia e6b5eced70 Add a code example to the doc string 2023-07-12 20:33:36 -03:00
Vinícius Garcia a5444ff198 Add a few doc strings and rename a function 2023-07-12 20:17:02 -03:00
Vinícius Garcia 70fcedb8eb Add a couple builtin loggers so its easier to use 2023-07-11 23:59:28 -03:00
Vinícius Garcia 5513a0c68d Add one final test for the logger feature 2023-07-11 23:39:50 -03:00
Vinícius Garcia 08247e5b82 Simplify logger feature 2023-07-11 23:39:39 -03:00
Vinícius Garcia d65216479a Add more tests to the logger feature 2023-07-11 23:24:52 -03:00
Vinícius Garcia 186c11b2cd Add more tests for the logger feature 2023-07-11 23:07:50 -03:00
Vinícius Garcia c55ba119a3 Add a few more tests 2023-07-11 10:26:13 -03:00