Commit Graph

  • a51e9730c3 Refactor tests so the error descriptions are more clear Vinícius Garcia 2022-02-28 22:47:36 -0300
  • ea4f56fadd Improve ScanRowsTest() so its decoupled from the adapters Vinícius Garcia 2022-02-28 22:36:54 -0300
  • 492dd478e0 Reorganize how the adapters tests are executed Vinícius Garcia 2022-02-26 14:42:54 -0300
  • e920ef6216 Refactor adapter tests to a separated file Vinícius Garcia 2022-02-26 11:52:44 -0300
  • dbf6200f2c Refactor TestConfigSetDefaultValues so it breaks if we add more attributes Vinícius Garcia 2022-02-26 10:52:20 -0300
  • a26397cd07 Refactor TestScanRows so its decoupled from the adapters Vinícius Garcia 2022-02-26 10:49:12 -0300
  • 711cf4351f Add the deprecated kstructs package to codecov ignore list Vinícius Garcia 2022-02-22 22:56:01 -0300
  • 3ce7f53084 Add deprecation notices on all functions of the kstructs package Vinícius Garcia 2022-02-22 22:55:06 -0300
  • 06b871a418 Deprecate kstructs in favor of ksqltest Vinícius Garcia 2022-02-22 22:41:15 -0300
  • 9b18a8fbcf Minor improvements on the text of the README file Vinícius Garcia 2022-02-22 22:40:37 -0300
  • 4c3ee41976 Add tests for the new ksql.MockResult struct Vinícius Garcia 2022-02-22 17:24:57 -0300
  • 2e1aa80770 Breaking Change: changes the Exec() signature so it returns an extra value Vinícius Garcia 2022-02-22 16:49:42 -0300
  • 7a57e38228 Deprecate Update() in favor of a better fn name: Patch() Vinícius Garcia 2022-02-22 16:14:15 -0300
  • 1c2421d1de Fix `make lint` so it is less verbose Vinícius Garcia 2022-02-20 09:58:04 -0300
  • cea28ace2b Refactor TestTransaction() so its decoupled from the adapters Vinícius Garcia 2022-02-19 10:56:47 -0300
  • 90f63e5f14 Update TestQueryChunks() so its decoupled from the adapters Vinícius Garcia 2022-02-19 10:52:33 -0300
  • c7e6303cbc Refactor TestUpdate() so its decoupled from the adapters Vinícius Garcia 2022-02-19 10:46:57 -0300
  • 21166c93a1 Update TestDelete so its decoupled from the adapters Vinícius Garcia 2022-02-19 02:58:32 -0300
  • 0b0e3a2901 Update TestInsert so its decoupled from the adapters Vinícius Garcia 2022-02-19 02:55:59 -0300
  • eb030b1d76 Refactor TestQuery() to use the `tt` package Vinícius Garcia 2022-02-19 02:51:07 -0300
  • b1737c8c30 Refactor TestQueryOne to use the `tt` package Vinícius Garcia 2022-02-19 02:30:06 -0300
  • 9fd5bab3c4 Update TestQueryOne() so its decoupled from the adapters Vinícius Garcia 2022-02-19 02:10:38 -0300
  • 488f5ba71d Refactor TestQuery() to decouple it from the DBAdapter Vinícius Garcia 2022-02-15 23:51:58 -0300
  • 3e275804d0 Add a few more tests and error checks to Delete() v1.4.1 Vinícius Garcia 2022-02-12 11:50:32 -0300
  • a37b8382ee Refactor Delete() so the code is even simpler Vinícius Garcia 2022-02-12 10:09:38 -0300
  • 0b3969be1e Add test for Delete() with maps as arguments Vinícius Garcia 2022-02-12 08:12:04 -0300
  • 44f95059f7 Temporarily ignore the kbuilder in codecov since it is not currently ready to use Vinícius Garcia 2022-02-12 00:03:40 -0300
  • 07c6065a5b Add tests and simplify the Delete function with composite keys Vinícius Garcia 2022-02-11 23:59:29 -0300
  • d1e97489ef Add some tests for invalid tables passed to Delete() Vinícius Garcia 2022-02-11 17:30:42 -0300
  • 49f872fb84 Add more tests for inserting in tables with composite keys Vinícius Garcia 2022-02-11 17:23:47 -0300
  • 249d8db409 Improve user_permissions table used in tests for allowing more interesting tests Vinícius Garcia 2022-01-25 11:32:03 -0300
  • 45e6f9ce55 Add first test for tables with composite primary keys Vinícius Garcia 2022-01-22 23:25:37 -0300
  • 0776e9f89b Add unit tests to GetDriverDialect() func Vinícius Garcia 2022-01-22 19:11:02 -0300
  • eded1b5dfd Add more tests for FillStructWith to improve code coverage Vinícius Garcia 2022-01-20 19:51:19 -0300
  • 709d208b8e Add more tests to TestFillStructWith to increase test coverage Vinícius Garcia 2022-01-20 19:39:14 -0300
  • bfceec04e2 Add TestCallFunctionWithRows to increase test coverage Vinícius Garcia 2022-01-20 19:32:54 -0300
  • 53c48aecce Update benchmarks Vinícius Garcia 2022-01-20 18:54:08 -0300
  • 6c90673bef Fix benchmarks to stop using deprecated constructor Vinícius Garcia 2022-01-20 18:46:19 -0300
  • e4c2151fad Simplify codecov.yml Vinícius Garcia 2022-01-12 18:25:44 -0300
  • 865f52cb21 Try to fix codecov ignore list Vinícius Garcia 2022-01-12 18:22:03 -0300
  • e48c8a0902 Try to ignore the internal files again Vinícius Garcia 2022-01-11 19:15:52 -0300
  • 338fc7b266 Add internal/structs to .gitignore Vinícius Garcia 2022-01-11 19:05:23 -0300
  • a394fd0815 Move some functions to the internal package Vinícius Garcia 2022-01-11 18:12:47 -0300
  • db6b126c69 Finish writing tests for ParseInputFunc() Vinícius Garcia 2022-01-10 21:55:40 -0300
  • 898bb887cc Fix linter issue Vinícius Garcia 2022-01-10 21:49:05 -0300
  • 00f4a6ceae Improve the read examples Vinícius Garcia 2022-01-10 21:47:52 -0300
  • 3102a3d4c4 Add tests to ParseInputFunc and move it to internal/ Vinícius Garcia 2022-01-10 21:02:39 -0300
  • 23efe48869 Add final tests to the Mock struct v1.4.0 v1.3.0 Vinícius Garcia 2021-12-31 01:04:34 -0300
  • 3613ad769a Add more tests to the mocks for codecov Vinícius Garcia 2021-12-31 00:41:20 -0300
  • 3b7209b115 Again Vinícius Garcia 2021-12-30 22:26:08 -0300
  • 002116eb38 Last attempt to make codecov ignore the examples Vinícius Garcia 2021-12-30 20:07:36 -0300
  • 397df84022 Try to make codecov ignore example files again Vinícius Garcia 2021-12-30 19:10:13 -0300
  • 3665e29724 Try to ignore the code coverage of the examples again Vinícius Garcia 2021-12-30 12:54:13 -0300
  • b8cbfbd45b Improve doc comments on mocks.go Vinícius Garcia 2021-12-30 12:53:46 -0300
  • 5b2627e596 Second attempt at ignoring coverage of the example files Vinícius Garcia 2021-12-30 12:26:18 -0300
  • f26d943802 Add examples to codecov ignore Vinícius Garcia 2021-12-30 12:17:00 -0300
  • ceb75c1932 Add testtools to codecov.yml ignore list Vinícius Garcia 2021-12-30 12:13:17 -0300
  • 0ff7a92d72 Add tests for the error messages produced by the Mock() Vinícius Garcia 2021-12-30 12:12:26 -0300
  • 6f2ecbef5a Write tests for two trivial functions for raising the test coverage Vinícius Garcia 2021-12-28 22:09:28 -0300
  • 1e282717b7 Remove deprecated constructors ksql.New() and ksql.NewWithPgx() Vinícius Garcia 2021-12-28 21:37:05 -0300
  • d98cf857c0 Improve README Vinícius Garcia 2021-12-28 21:11:09 -0300
  • 9be7f9fe35 Improve README Vinícius Garcia 2021-12-28 21:10:23 -0300
  • 348fd0cec8 Reorder the badges on the README file Vinícius Garcia 2021-12-28 21:09:17 -0300
  • d7bbf441c4 Fix CI badge after renaming the ci.yml file Vinícius Garcia 2021-12-28 21:08:47 -0300
  • 23fc43e523 Improve README Vinícius Garcia 2021-12-28 21:07:48 -0300
  • 5c385bd974
    Merge pull request #13 from VinGarcia/update-ci Vinícius Garcia 2021-12-28 20:26:05 -0300
  • bb7e3bdc23 Add code coverage badge to README Vinícius Garcia 2021-12-28 20:22:35 -0300
  • e16c1b6659 Try adding code coverage to CI Vinícius Garcia 2021-12-28 20:06:05 -0300
  • a31ae530a9
    Merge pull request #10 from VinGarcia/v2.0.0 Vinícius Garcia 2021-12-23 23:19:34 -0300
  • 5fffde3d34 Ignore structs not tagged with tablename on joined structs Vinícius Garcia 2021-12-23 23:06:29 -0300
  • 402a9e98ac Fix all queries to ignore untagged struct attributes Vinícius Garcia 2021-12-23 22:56:25 -0300
  • 487e2aa6ac Fix error that did not ignore fields with no ksql tags on QueryOne Vinícius Garcia 2021-12-23 22:43:33 -0300
  • d9f9d27266 Add error message for structs with no ksql tags Vinícius Garcia 2021-12-22 22:52:16 -0300
  • b63990c9f6 Add golint to CI Vinícius Garcia 2021-12-22 22:21:30 -0300
  • 733dc2b20b Add status badge Vinícius Garcia 2021-12-22 22:19:00 -0300
  • 0f2c6b3dd8 Try to fix some required env vars Vinícius Garcia 2021-12-22 20:07:17 -0300
  • d18ed2b1ab Try to fix and improve the CI script Vinícius Garcia 2021-12-22 19:59:57 -0300
  • 71a9810582 Attempt to add CI Vinícius Garcia 2021-12-22 19:44:16 -0300
  • 82a43fda87 Add error check for structs with duplicated tag names Vinícius Garcia 2021-12-22 19:36:37 -0300
  • e970a3546a Fix bug on StrucToMap that was including fields not tagged with ksql Vinícius Garcia 2021-12-22 19:19:53 -0300
  • e5e786cf4b Simplify TestMain Vinícius Garcia 2021-12-22 17:56:51 -0300
  • 9a30559efa Improve README Vinícius Garcia 2021-12-15 00:27:44 -0300
  • 70cfbccce2 Update README to include the new instructions on how to run the tests Vinícius Garcia 2021-12-15 00:20:51 -0300
  • 914c351bcc Add docker-test support for SQLServer Vinícius Garcia 2021-12-15 00:14:29 -0300
  • fe464a217c Add docker test support for mysql Vinícius Garcia 2021-12-14 23:55:49 -0300
  • 45edd4b1dd Add docker test setup for postgres Vinícius Garcia 2021-12-14 23:34:24 -0300
  • 6a4ec2cd51 Update Exec signature to return the number of affected rows Vinícius Garcia 2021-11-26 22:13:56 -0300
  • 97e248916c
    Update README.md Vinícius Garcia 2021-11-25 17:47:26 -0300
  • a1403dc9d3 Simplify the signature of the Delete() method Vinícius Garcia 2021-11-22 19:42:31 -0300
  • 40215d8099 Minor improvement on README file Vinícius Garcia 2021-11-16 21:55:09 -0300
  • cb3d8eb572 Update benchmarks on README to include sql with prep statements Vinícius Garcia 2021-11-16 21:18:23 -0300
  • 545ea48f0c Add benchmarks for the database/sql library using prepared-statements Vinícius Garcia 2021-11-16 21:17:57 -0300
  • fc6a9c2950 Update README with the fixed version of the benchmark Vinícius Garcia 2021-11-16 20:01:56 -0300
  • a5e71303cb Fix problem on the Querying benchmark for `sql` Vinícius Garcia 2021-11-16 19:51:14 -0300
  • 83f0ce5369 Add constructor to SQLAdapter struct Vinícius Garcia 2021-11-14 18:57:57 -0300
  • 25781352cb Add adapters for each possible db technology v1.2.0 Vinícius Garcia 2021-11-14 14:54:01 -0300
  • 54f19522e6 Update benchmarks on README Vinícius Garcia 2021-11-14 11:23:54 -0300
  • b5a1f92fb8 Add pgx to benchmark Vinícius Garcia 2021-11-14 11:13:35 -0300
  • a4617fc3b4 Update benchmarks on README.md Vinícius Garcia 2021-11-14 01:46:41 -0300
  • 3424652db3 Add benchmark for database/sql Vinícius Garcia 2021-11-14 01:36:55 -0300