Commit Graph

  • 0090b791d2 Update benchmark results on README.md Vinícius Garcia 2021-11-14 01:14:11 -0300
  • 23692d13d4 Add gorm to benchmarks Vinícius Garcia 2021-11-14 01:10:57 -0300
  • e2899617f4 Fix benchmarks/go.mod so it always point the the local ksql copy Vinícius Garcia 2021-11-14 00:22:58 -0300
  • e2705f2b8e Move benchmarks to submodule in order to reduce the go.mod deps Vinícius Garcia 2021-11-13 23:59:19 -0300
  • a9c810d4a3 Update README Vinícius Garcia 2021-11-07 01:59:05 -0300
  • 4b75696bb4 Add SetDefaultValues() func to the ksql.Config struct Vinícius Garcia 2021-10-30 12:08:03 -0300
  • 45cb57cfa8 Add kpgx.New() Vinícius Garcia 2021-10-27 22:58:31 -0300
  • 7d06b3dfe8 Add feature of using string placeholders (%s) instead of the db specific ones Vinícius Garcia 2021-10-11 19:20:28 -0300
  • d280eb1eb1 Add LICENSE v1.1.0 Vinícius Garcia 2021-10-01 15:55:45 -0300
  • 268e3d3c36 Remove unnecessary extra argument from ksql.NewWithAdapter Vinícius Garcia 2021-09-27 18:58:44 -0300
  • af4eba4bf6 Improve how SetFallbackDatabase works so it only sets nil values Vinícius Garcia 2021-09-27 15:12:54 -0300
  • c4df8b1748 Improve ksql.Mock to accept a fallback database Vinícius Garcia 2021-09-27 14:54:30 -0300
  • 8bc726c287 Improve tests for Update() Vinícius Garcia 2021-09-19 18:30:19 -0300
  • b92a751d5e Improve tests for the Delete() function Vinícius Garcia 2021-09-18 21:24:22 -0300
  • 8b897d8ca9 Add error check for nil pointers passed as arguments to Delete() Vinícius Garcia 2021-09-18 21:00:22 -0300
  • dffba55a8b Add error check for nil pointers passed as arguments to Update() Vinícius Garcia 2021-09-18 20:52:48 -0300
  • 1cf671cd33 Add error check for nil pointers passed as arguments to Insert() Vinícius Garcia 2021-09-18 18:29:00 -0300
  • e7e404dc86 Small refactor on Insert() to avoid using reflect.TypeOf multiple times Vinícius Garcia 2021-09-18 18:18:38 -0300
  • 889662c4e0 Add error check for nil pointers used as arguments to QueryOne() Vinícius Garcia 2021-09-18 14:42:53 -0300
  • 33dd982d7c
    Merge pull request #2 from VinGarcia/kbuilder Vinícius Garcia 2021-09-17 22:08:19 -0300
  • a503c218ba Improve kbuilder README Vinícius Garcia 2021-09-17 22:06:06 -0300
  • 61f21409a0 Improve panic message when ksql.Mock methods are called but unimplemented Vinícius Garcia 2021-09-16 12:22:31 -0300
  • 6935bddf29 Add the Insert struct to the kbuilder package Vinícius Garcia 2021-09-07 12:01:34 -0300
  • 22fa8fdfa4 Improve the description of the Provider interface Vinícius Garcia 2021-09-03 11:08:52 -0300
  • ba6727b14a Improve the list of methods on the kbuilder.Query struct Vinícius Garcia 2021-08-17 12:08:37 -0300
  • f68b71a0a1 Merge branch 'master' into kbuilder Vinícius Garcia 2021-08-08 19:34:22 -0300
  • 6e3e558407 Update benchmark on README Vinícius Garcia 2021-08-01 15:19:03 -0300
  • 37298e2c24 Simplify NewWithPGX() function 1.0.1 Vinícius Garcia 2021-08-01 15:04:47 -0300
  • 5c2b981696 Add tests to the pgx adapter Vinícius Garcia 2021-08-01 14:42:39 -0300
  • ec749af84c Update benchmarks by running the PGx adapter benchmarks Vinícius Garcia 2021-08-01 11:57:03 -0300
  • 87f57f665f Add code for benchmarking the PGX adapter Vinícius Garcia 2021-08-01 11:52:04 -0300
  • 5d6f1d7d37 Improve NewWithPGX() constructor Vinícius Garcia 2021-08-01 11:51:40 -0300
  • 657ed7414b Add first version of the pgx adapter Vinícius Garcia 2021-08-01 10:23:10 -0300
  • c1a44c8e56 Update benchmark on README Vinícius Garcia 2021-07-31 19:09:05 -0300
  • e73db4a216 Abstract the DBAdapter so that we can support other sql adapters Vinícius Garcia 2021-07-31 18:54:57 -0300
  • f420553e0b Remove risk of panic on Insert() Vinícius Garcia 2021-07-15 23:14:20 -0300
  • b6e6667a3f Improve the names of some public types *breaking change* Vinícius Garcia 2021-06-28 17:35:46 -0300
  • 682f99b495 Improve postgres container in docker-compose.yml Vinícius Garcia 2021-06-24 21:43:21 -0300
  • 2a38ae3998 Improve Update method to return ErrRecordNotFound if no rows were updated Vinícius Garcia 2021-06-13 15:11:17 -0300
  • 5b351c8ba2 Rename package structs to kstructs so its unambiguous Vinícius Garcia 2021-06-11 12:53:47 -0300
  • 20f49eb22b Reorganize files so the test helpers are grouped in the same pkg Vinícius Garcia 2021-06-11 12:25:24 -0300
  • 5b9b0dd00d Add CallFunctionWithRows() for help testing calls to QueryChunks Vinícius Garcia 2021-06-10 15:57:46 -0300
  • 75330a12c5 Update benchmark on README v1.0.0 v0.1.1 Vinícius Garcia 2021-06-06 21:11:05 -0300
  • 34a07b75b5 Run go mod tidy 1.0.0 Vinícius Garcia 2021-06-06 20:58:12 -0300
  • cc4e73dc62 Update README to describe the new interface Vinícius Garcia 2021-06-06 20:56:20 -0300
  • c0d7206dcc Breaking change: Update SQLProvider interface so methods receive table info as argument Vinícius Garcia 2021-06-06 20:51:13 -0300
  • 54f5b7b1eb Improve Makefile 0.1.1 Vinícius Garcia 2021-06-06 12:15:38 -0300
  • 936d387221 Minor improvment on README Vinícius Garcia 2021-06-06 10:10:01 -0300
  • 1e434b0b78 Fix code identation on README.md Vinícius Garcia 2021-06-03 23:21:53 -0300
  • 208ce07d6e
    Update README.md Vinícius Garcia 2021-06-03 23:00:19 -0300
  • 3c57bcf1d7 Minor improvement in README Vinícius Garcia 2021-06-03 22:56:50 -0300
  • 2ad920968a Update README to explain the composite structs feature Vinícius Garcia 2021-06-03 22:54:39 -0300
  • e5c7b44e38 Add test to QueryChunks with SELECT generation Vinícius Garcia 2021-06-03 20:15:18 -0300
  • ac1f94a90b Add nested struct tests for TestQueryOne 0.1.0 Vinícius Garcia 2021-05-23 15:05:01 -0300
  • 4e201031b7 Update README to include the feature of generating the SELECT part of the query Vinícius Garcia 2021-05-23 15:04:24 -0300
  • 9e4583c3f8 Add error check for preventing reflection panics in nested structs Vinícius Garcia 2021-05-23 12:25:35 -0300
  • 6bd61346d9 Add more tests to the nested struct feature Vinícius Garcia 2021-05-23 11:32:23 -0300
  • 0d3a75fe42 Add feature of nesting structs so we can reuse existing structs Vinícius Garcia 2021-05-23 11:28:16 -0300
  • d8ca3cab8d Improve README intro Vinícius Garcia 2021-05-19 23:44:03 -0300
  • edecbf8191 Add feature of omiting the "SELECT" part of the query Vinícius Garcia 2021-05-16 17:05:21 -0300
  • d275555df5 Update TODO list Vinícius Garcia 2021-05-15 10:53:12 -0300
  • cb84b02e2e Improve README so the fact that the benchmark results are good is enphasized Vinícius Garcia 2021-05-10 09:38:45 -0300
  • 56aa77135c Add support to the `sqlserver` driver =] Vinícius Garcia 2021-05-09 22:33:03 -0300
  • 2dd55131d5 Add README instructions on how to run the tests Vinícius Garcia 2021-05-08 13:02:01 -0300
  • bbad31ce4d Add support to the mysql driver Vinícius Garcia 2021-05-08 12:43:11 -0300
  • 3a90b03a37 Refactor dialect.go so its easier to add new dialects Vinícius Garcia 2021-05-08 11:56:57 -0300
  • d2c88ed71b Improve a comment and a test Vinícius Garcia 2021-04-24 12:15:59 -0300
  • 99ed52b591 Add a very small README for the kbuilder package Vinícius Garcia 2021-04-10 22:55:04 -0300
  • 4c6556af88 Add more tests to the kbuilder package Vinícius Garcia 2021-04-10 22:51:29 -0300
  • 186dde8afe Finish MVP of the kbuilder package Vinícius Garcia 2021-04-10 22:09:18 -0300
  • 2fb07cad19 Add first broken version of the kbuilder tool Vinícius Garcia 2021-04-08 23:45:15 -0300
  • 398f7f43d7 Update README code example to use the new constructor Vinícius Garcia 2021-04-06 10:21:07 -0300
  • 1fc58339fb Update README Vinícius Garcia 2021-03-12 11:05:12 -0300
  • 35c1f42317 Remove var args from Insert and Update, so they actually perform atomic operations in the database Vinícius Garcia 2021-03-12 11:01:36 -0300
  • df7db29464 Rename files kisssql* to ksql* Vinícius Garcia 2021-03-11 22:08:18 -0300
  • 8b8fb092d8 Replace all instances of lower-cased kisssql for ksql Vinícius Garcia 2021-03-10 10:11:18 -0300
  • fd659b9c0c Rename kiss_orm* files to kisssql* Vinícius Garcia 2021-03-08 17:01:53 -0300
  • 3d14ed0296 Add an example call to the Transaction function on README Vinícius Garcia 2021-03-08 16:11:59 -0300
  • 1972ccd989 Fix typo on README Vinícius Garcia 2021-03-08 13:34:45 -0300
  • 568c61bdba Replace all ocurrencies of `KissORM` for `KissSQL` Vinícius Garcia 2021-03-08 11:18:52 -0300
  • 0bd858efee Update TODO list on README Vinícius Garcia 2021-03-04 22:59:26 -0300
  • b38a83ff36 Improve the signature of the New() function so it`s more readable Vinícius Garcia 2021-03-04 22:58:27 -0300
  • d91c7cfcfd Update benchmark Vinícius Garcia 2021-03-04 22:30:33 -0300
  • ff4952da65 Partially update example_service to include the JSON feature Vinícius Garcia 2021-03-04 22:24:13 -0300
  • 6f1885d3a0 Update examples/crud to include the JSON feature Vinícius Garcia 2021-03-04 22:11:58 -0300
  • 097cd943fd Update README file Vinícius Garcia 2021-03-02 22:53:10 -0300
  • 665bd35a85 Update TestQueryChunks to include the new json feature Vinícius Garcia 2021-03-02 22:49:20 -0300
  • 8c425e93d5 Update TestQuery to include the `json` feature Vinícius Garcia 2021-03-02 22:38:47 -0300
  • 587c620a75 Update TestQueryOne to include the `json` feature Vinícius Garcia 2021-03-02 22:16:29 -0300
  • d56edab07a Rerun `make setup` and `go mod tidy` Vinícius Garcia 2021-03-02 22:00:34 -0300
  • 0cf36fcdef Fix make setup recipe Vinícius Garcia 2021-03-02 21:59:16 -0300
  • 3d989464a6 Update TestInsert to also test the json feature Vinícius Garcia 2021-03-02 17:49:36 -0300
  • 9e3af68fd5 Update tests to work with a JSON field (currently only set to nil) Vinícius Garcia 2021-02-28 20:48:03 -0300
  • 3faaa4d152 Add feature for automatically serialize fields tagged as "*,json" Vinícius Garcia 2021-02-28 13:07:28 -0300
  • f5b7ab8028 Refactor the structInfo struct so it can accept more information Vinícius Garcia 2021-02-28 12:25:42 -0300
  • 933ded26f4 Test Insert when the ID retrieval is not supported Vinícius Garcia 2021-02-27 13:00:49 -0300
  • c768876908 Add error test cases to TestInsert Vinícius Garcia 2021-02-27 11:25:04 -0300
  • 67a0b2f1cc Add test cases for when the QueryChunks callback returns an error Vinícius Garcia 2021-02-26 23:20:22 -0300
  • 1d4adece95 Add error test cases for QueryChunk() Vinícius Garcia 2021-02-26 23:12:37 -0300
  • 6fe450d057 Fix a few tests that were still hardcoded to use only one db provider Vinícius Garcia 2021-02-26 22:47:09 -0300