Commit Graph

515 Commits (adapters/kpgx5/v1.11.0)

Author SHA1 Message Date
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
Vinícius Garcia 324933fff9 Add a first version of the InjectLogger function 2023-07-11 09:59:47 -03:00
Vinícius Garcia ac97982e65 Fix CI issue regarding an implicit dependency used on the examples 2023-07-02 22:24:40 -03:00
Vinícius Garcia c810da865e Improve pgxsupport example 2023-07-02 22:16:17 -03:00
Vinícius Garcia e9cf2c5f32 Add examples/pgxsupport 2023-07-02 21:57:16 -03:00
Vinícius Garcia fae106916c
Add a feature list to the README file 2023-07-01 10:10:27 -03:00
Vinícius Garcia 9311b4a17d Update adapters to use version v1.8.0 2023-05-21 11:11:04 -03:00
Vinícius Garcia a9487aae55 Remove Update method deprecated on Feb 2022 2023-05-21 11:10:20 -03:00
Vinícius Garcia 78976c1f42 Update adapters to use version v1.7.1 2023-04-05 22:33:50 -03:00
Vinícius Garcia a015743b72 Minor refactor 2023-04-05 22:33:03 -03:00