464 Commits

Author SHA1 Message Date
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
Vinícius Garcia
475955bb33 Remove some TODO items that were not KISS
After thinking about some of the TODO items I decided they
were not really in the scope of KSQL and that there were good
ways of doing the same things they were supposed to do without them.

So I decided to remove them from the TODO list.

I can change my mind again if someone informs me of a good use-case
where one of those features would be really helpful instead of just
a minor improvement.
2022-12-20 22:49:06 -03:00
Vinícius Garcia
749466d29a Rename README template to lowercase so auto-complete works better 2022-12-20 22:46:42 -03:00
Vinícius Garcia
9f2ffa84f6 Update adapters to use version v1.6.0 adapters/kmysql/v1.6.0 adapters/ksqlite3/v1.6.0 adapters/kpgx/v1.6.0 adapters/ksqlserver/v1.6.0 2022-12-17 15:10:13 -03:00
Vinícius Garcia
6ff67201c9
Merge pull request #32 from VinGarcia/add-nullable-modifier
Add nullable modifier
v1.6.0
2022-12-17 15:08:45 -03:00
Vinícius Garcia
226b906746 Minor fix to test 2022-12-17 14:36:18 -03:00
Vinícius Garcia
743d021f7a Improve test by adding comment 2022-12-17 14:34:26 -03:00
Vinícius Garcia
1a1f198803 Fix linter complaint 2022-12-17 14:16:12 -03:00
Vinícius Garcia
88167361c1 Add tests to the nullable Modifier 2022-12-15 19:48:31 -03:00
Vinícius Garcia
4598800f87 Add nullable modifier 2022-12-13 22:58:19 -03:00
Vinícius Garcia
211fddf4ee Small refactor to the Patch() function 2022-12-13 22:36:23 -03:00
Vinícius Garcia
259b3a228a Add some comments to internal/structs/structs.go 2022-12-13 22:34:54 -03:00
Vinícius Garcia
37b26debeb Update TODO lists on README 2022-12-13 21:52:04 -03:00
Vinícius Garcia
53ae836dc2 Fix CI 2022-12-04 20:56:54 -03:00
Vinícius Garcia
8f24194630 Add a sublicense to the kbuilder package 2022-12-04 20:48:55 -03:00
Vinícius Garcia
d8fa0557e9 Move kbuilder into the internal package
This package is not ready to be used yet, so it is better to keep
it unaccessible.
2022-12-04 20:46:37 -03:00
Vinícius Garcia
d6aa694f82 Update README and the README build script 2022-12-04 20:39:29 -03:00
Vinícius Garcia
e7896dc16e Minor improvement to README.md 2022-11-29 09:51:25 -03:00
Vinícius Garcia
340a320281 Update adapters to use version v1.5.1 adapters/ksqlite3/v1.5.1 adapters/kpgx/v1.5.1 adapters/ksqlserver/v1.5.1 adapters/kmysql/v1.5.1 2022-11-29 09:27:49 -03:00
Vinícius Garcia
83cf354f35 Add TDD tests for checking if context was cancelled v1.5.1 2022-11-29 09:18:34 -03:00
Vinícius Garcia
f4cac02602 Minor refactor on tests 2022-11-29 07:24:23 -03:00
Vinícius Garcia
13c6f3cbc6 Update adapters to use version v1.5.0 adapters/kmysql/v1.5.0 adapters/ksqlserver/v1.5.0 adapters/ksqlite3/v1.5.0 adapters/kpgx/v1.5.0 2022-11-13 14:14:18 -03:00
Vinícius Garcia
aca042b94b Fix "make update" Makefile recipe v1.5.0 2022-11-13 14:13:52 -03:00
Vinícius Garcia
af37427192 Update adapters to use version v1.4.13 adapters/ksqlite3/v1.4.13 adapters/kpgx/v1.4.13 adapters/ksqlserver/v1.4.13 adapters/kmysql/v1.4.13 2022-11-13 12:56:40 -03:00
Vinícius Garcia
6c0f8ae6b1 Update all adapters to use latest version of KSQL adapters/kpgx/v1.4.12 v1.4.12 v1.4.13 adapters/ksqlserver/v1.4.12 adapters/kmysql/v1.4.12 adapters/ksqlite3/v1.4.12 2022-11-13 11:02:15 -03:00
Vinícius Garcia
c5043c9ff2 Automate the process of running the benchmark and saving it to the README file adapters/kpgx/v1.4.11 v1.4.10 adapters/kpgx/v1.4.10 adapters/ksqlserver/v1.4.10 adapters/ksqlite3/v1.4.11 adapters/ksqlite3/v1.4.10 adapters/kmysql/v1.4.10 adapters/kmysql/v1.4.11 adapters/ksqlserver/v1.4.11 v1.4.11 2022-11-13 10:55:10 -03:00
Vinícius Garcia
5bfb5cd92a Improve error messages for scan errors on all adapters 2022-11-12 15:20:06 -03:00
Vinícius Garcia
d2c90f4e42 Improve docstring for global err variables 2022-11-06 13:24:40 -03:00
Vinícius Garcia
e519b3db27 Minor improvement to one test 2022-10-31 13:03:26 -03:00
Vinícius Garcia
b2e146d5e8
Merge pull request #29 from VinGarcia/add-attr-middlewares
Draft: Create a mechanism for users to add their own implementation of modifiers
2022-10-18 13:01:54 -03:00
Vinícius Garcia
dd8a45c5d5 Rename kmodifiers to ksqlmodifiers adapters/kpgx/v1.4.9 adapters/ksqlite3/v1.4.9 adapters/kmysql/v1.4.9 v1.4.9 2022-10-18 12:57:27 -03:00
Vinícius Garcia
a7f12b34a5 Add godoc to kmodifiers package 2022-10-18 12:55:17 -03:00