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
adapters/ksqlserver/v1.9.0
adapters/kpgx5/v1.9.0
adapters/ksqlite3/v1.9.0
adapters/kpgx/v1.9.0
adapters/kmysql/v1.9.0
|
2023-07-16 22:18:20 -03:00 |
|
Vinícius Garcia
|
ecd2ea45aa
|
Improve log injection example
v1.9.0
|
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
adapters/kpgx/v1.8.0
adapters/ksqlserver/v1.8.0
adapters/kmysql/v1.8.0
adapters/kpgx5/v1.8.0
adapters/ksqlite3/v1.8.0
|
2023-05-21 11:11:04 -03:00 |
|
Vinícius Garcia
|
a9487aae55
|
Remove Update method deprecated on Feb 2022
v1.8.0
|
2023-05-21 11:10:20 -03:00 |
|
Vinícius Garcia
|
78976c1f42
|
Update adapters to use version v1.7.1
adapters/ksqlserver/v1.7.1
adapters/kpgx5/v1.7.1
adapters/ksqlite3/v1.7.1
adapters/kpgx/v1.7.1
adapters/kmysql/v1.7.1
|
2023-04-05 22:33:50 -03:00 |
|
Vinícius Garcia
|
a015743b72
|
Minor refactor
v1.7.1
|
2023-04-05 22:33:03 -03:00 |
|
Vinícius Garcia
|
5c5885d1a3
|
Merge pull request #36 from VinGarcia/add-pgx5-adapter
Add a pgx5 adapter
|
2023-04-05 22:23:33 -03:00 |
|
Vinícius Garcia
|
0362d5ace0
|
Add kpgx5 adapter
|
2023-04-04 23:18:14 -03:00 |
|
Vinícius Garcia
|
482f979db7
|
Merge branch 'master' of github.com:VinGarcia/ksql into add-pgx5-adapter
|
2023-04-04 23:10:53 -03:00 |
|
Vinícius Garcia
|
e312b134fb
|
Fix one issue on kpgx.go by updating to latest version
|
2023-04-04 23:09:07 -03:00 |
|
Vinícius Garcia
|
ec1f5f6151
|
Minor improvement on the organization of tests on test_adapters.go
|
2023-04-04 23:08:29 -03:00 |
|
Vinícius Garcia
|
94d41d437e
|
Fix typo
|
2023-04-04 23:08:00 -03:00 |
|
Vinícius Garcia
|
1a73a49a4a
|
Add a timeout for all tests
|
2023-04-04 23:07:41 -03:00 |
|
Vinícius Garcia
|
dbc106eef2
|
Merge pull request #38 from VinGarcia/fix-bad-error-message
Improve error message for structs missing required ID fields
|
2023-04-02 11:50:19 -03:00 |
|
Vinícius Garcia
|
1ee2768edb
|
Fix CI
|
2023-04-02 11:45:15 -03:00 |
|
Vinícius Garcia
|
8f45498f58
|
Improve error message for structs missing required ID fields
|
2023-04-02 11:37:25 -03:00 |
|
Vinícius Garcia
|
84b4b86383
|
Start writing pgx5 adapter
|
2023-02-01 10:56:03 -03:00 |
|
Vinícius Garcia
|
e8df0d0c27
|
Merge pull request #35 from igoracmelo/master
Test ScanArgError
|
2023-01-30 09:11:20 -03:00 |
|
Igor Melo
|
ce5c0f2890
|
Test ScanArgError
|
2023-01-30 03:01:49 -03:00 |
|
Vinícius Garcia
|
c676e8f799
|
Update adapters to use version v1.7.0
adapters/kpgx/v1.7.0
adapters/ksqlserver/v1.7.0
adapters/kmysql/v1.7.0
adapters/ksqlite3/v1.7.0
|
2022-12-21 22:25:23 -03:00 |
|
Vinícius Garcia
|
deec35c2b5
|
Merge pull request #34 from VinGarcia/allow-user-defined-dialects
Draft: Allow user defined dialects
v1.7.0
|
2022-12-21 22:24:28 -03:00 |
|
Vinícius Garcia
|
f183327eec
|
Fix minor mistake on tests
|
2022-12-21 22:15:30 -03:00 |
|
Vinícius Garcia
|
ddd9a4dec5
|
Remove completed task from README TODO list
|
2022-12-21 21:25:25 -03:00 |
|
Vinícius Garcia
|
9efa78a619
|
Merge branch 'master' of github.com:VinGarcia/ksql into allow-user-defined-dialects
|
2022-12-21 21:24:36 -03:00 |
|
Vinícius Garcia
|
24599e6644
|
Improve NewWithAdapter to expect a dialect instead of a driver name
|
2022-12-21 21:23:54 -03:00 |
|
Vinícius Garcia
|
0f2ce0a685
|
Minor refactor: remove the DB.driver field
|
2022-12-20 23:07:39 -03:00 |
|