Commit Graph

  • e044d1fc30 Add error test case to QueryOne() for invalid SQL Vinícius Garcia 2021-02-26 22:43:32 -0300
  • e7e89b63ef Add error test case to Query() for invalid SQL Vinícius Garcia 2021-02-26 22:41:14 -0300
  • f0e5674e79 Add tests with slice of pointers for the Query function Vinícius Garcia 2021-02-26 22:13:15 -0300
  • 304e5bde49 Extract struct helper functions into the structs package Vinícius Garcia 2021-02-16 00:01:19 -0300
  • 203b141aca Add support for tables with composite keys Vinícius Garcia 2021-02-15 20:57:18 -0300
  • e1e711dc91 Add a Benchmark comparing us with the sqlx package Vinícius Garcia 2021-01-22 21:25:14 -0300
  • f655576bb3 Fix some comments so the linter stops complaining Vinícius Garcia 2021-01-21 16:10:14 -0300
  • f9a6372b8a Remove error check when dropping test tables Vinícius Garcia 2021-01-21 16:03:00 -0300
  • 77631f480c Smal improvement on the README file Vinícius Garcia 2021-01-20 11:03:38 -0300
  • ded48b3a7d Remove undocumented and unused function `ChangeTable` Vinícius Garcia 2021-01-17 20:41:03 -0300
  • 0f49ad180d Sort README #TODO List in order of priority Vinícius Garcia 2021-01-17 20:29:51 -0300
  • 47dc19087f Use errors.Wrap(sql.ErrNoRows, "..") to make ErrRecordNotFound more idiomatic Vinícius Garcia 2021-01-17 20:27:12 -0300
  • f06706b081 Fix scanRows to ignore extra columns from query without errors Vinícius Garcia 2021-01-17 20:26:34 -0300
  • 0b97dbcff7 Improve reflection checks on Insert() function Vinícius Garcia 2021-01-17 19:25:21 -0300
  • 5d083e35f0 Add tests for the Transaction function Vinícius Garcia 2021-01-17 10:54:21 -0300
  • 479e47b018 Move example_service to examples Vinícius Garcia 2021-01-15 23:35:17 -0300
  • 400f94e088 Update ORMProvider interface displayed on README Vinícius Garcia 2021-01-15 10:41:59 -0300
  • 9d717717d4 Add initial version of Transaction() function Vinícius Garcia 2021-01-14 23:56:15 -0300
  • f72ccb1664 Change type of Client.db to be an interface Vinícius Garcia 2021-01-14 23:02:10 -0300
  • ea7a23f32f Fix bug on FillStructWith so it ignores extra columns correctly Vinícius Garcia 2021-01-12 22:34:46 -0300
  • 247cdc0fd6 Add docker-compose.yml to setup a postgres database for tests Vinícius Garcia 2021-01-12 22:19:24 -0300
  • 98cbc4e161 Fix database locked errors on tests Vinícius Garcia 2021-01-12 22:18:11 -0300
  • 1d3fadc1f2 Update README.md Vinícius Garcia 2021-01-12 20:46:29 -0300
  • 76830d5f5c Rename `examples/testing/` to `examples/example_service/` Vinícius Garcia 2021-01-03 13:58:10 -0300
  • 689a60710d Update README to mention the example tests Vinícius Garcia 2021-01-03 13:54:08 -0300
  • e49aa5f620 Add example tests to `examples/testing` Vinícius Garcia 2021-01-01 17:01:57 -0300
  • 7ab871dad2 Update README and add an usage example Vinícius Garcia 2020-12-31 14:10:47 -0300
  • 20287a3740 Add Exec() function to the API Vinícius Garcia 2020-12-31 13:31:30 -0300
  • 8a65da552f Rename struct tags from `gorm` to `kissorm` Vinícius Garcia 2020-12-31 11:59:24 -0300
  • 49c2842c03 Remove gorm dependency! We are independent now! Vinícius Garcia 2020-12-31 11:57:33 -0300
  • 3cbf059b02 Remove all remaining calls to gorm function from tests Vinícius Garcia 2020-12-31 11:50:28 -0300
  • eb02491414 Remove several calls to gorm function from tests Vinícius Garcia 2020-12-31 10:30:30 -0300
  • a6e54f0558 Fix sqlite warning by updating the package version Vinícius Garcia 2020-12-30 15:19:08 -0300
  • 673e417b8e Triple check if all errors are being handled Vinícius Garcia 2020-12-30 15:02:35 -0300
  • 45380718f5 Update TestQueryChunks() to work with postgres Vinícius Garcia 2020-12-30 12:39:01 -0300
  • 995ccd680c Fix Delete() to work with postgres Vinícius Garcia 2020-12-30 12:33:52 -0300
  • ed8f0550aa Update TestQueryOne() to work with postgres Vinícius Garcia 2020-12-30 12:28:37 -0300
  • 0cdaf00aaf Update TestQuery() to work with postgres Vinícius Garcia 2020-12-30 12:26:35 -0300
  • f782fabb37 Fix Update() to work with postgres dialect Vinícius Garcia 2020-12-29 23:51:31 -0300
  • de8f4e56d7 Fix Insert function to work with postgres Vinícius Garcia 2020-12-29 23:36:07 -0300
  • a7b3c12b95 Remove gorm dependency from Insert() Vinícius Garcia 2020-12-27 14:26:27 -0300
  • 4030768f22 Improve Delete tests Vinícius Garcia 2020-11-26 23:21:45 -0300
  • 9e84e4bb1b Remove gorm dependency from Delete() Vinícius Garcia 2020-11-26 22:35:36 -0300
  • 1ea81bb8e0 Remove gorm dependency from Query() func Vinícius Garcia 2020-11-23 01:20:13 -0300
  • 13bd087cee Remove gorm dependency from QueryOne() Vinícius Garcia 2020-11-22 22:34:24 -0300
  • cdad1673f0 Remove gorm dependency from QueryChunks func Vinícius Garcia 2020-11-21 02:51:17 -0300
  • 7197f21c7e Add error case tests for scanRows() func Vinícius Garcia 2020-11-21 02:45:46 -0300
  • b6f69d52aa Add private scanRows() function Vinícius Garcia 2020-11-21 02:35:56 -0300
  • c7e743527f Add README.md Vinícius Garcia 2020-11-10 11:16:39 -0300
  • a05d26418f Improve comments for the QueryChunks func Vinícius Garcia 2020-10-28 21:30:10 -0300
  • 6978474d41 Improve QueryChunks signature to be easier to use Vinícius Garcia 2020-10-28 08:55:55 -0300
  • c1f645216c Improve Update() to pass context to Exec Vinícius Garcia 2020-10-26 15:32:22 -0300
  • 733284997f fixup! Remove the gorm dependency from the Update func Vinícius Garcia 2020-10-26 13:21:48 -0300
  • 8c1c483462 Improve comments on StructToMap() Vinícius Garcia 2020-10-26 09:36:33 -0300
  • 2f386e8541 fixup! Improve tests for the Update() function Vinícius Garcia 2020-10-26 00:16:19 -0300
  • 417ea4660f Remove the gorm dependency from the Update func Vinícius Garcia 2020-10-26 00:15:24 -0300
  • 4c740118fd Improve tests for the Update() function Vinícius Garcia 2020-10-25 18:04:33 -0300
  • 335c30154d Fix linter complaints Vinícius Garcia 2020-10-20 21:19:57 -0300
  • 5822e23de4 Add tests to QueryChunks function Vinícius Garcia 2020-10-14 15:18:17 -0300
  • 654997b09b Improve coverate on Query & QueryOne funcs Vinícius Garcia 2020-10-14 13:53:09 -0300
  • e8bd504703 Split the Find function into the Query & QueryOne functions Vinícius Garcia 2020-10-13 21:39:39 -0300
  • a3bf34146d Replace Query&QueryNext for the new QueryChunks func Vinícius Garcia 2020-10-09 15:26:00 -0300
  • 76e5ad0f0f Improve comment on FillSliceWith() helper func Vinícius Garcia 2020-09-30 22:12:00 -0300
  • ad77d0a1a0 Add FillSliceWith helper function Vinícius Garcia 2020-09-30 22:09:03 -0300
  • 9844cb3e9a Add test for finding multiple users at once Vinícius Garcia 2020-09-30 19:47:32 -0300
  • 54fa1f023a Remove GetByID function because it was redundant Vinícius Garcia 2020-09-30 19:41:54 -0300
  • 1a08c61198 Fix english on comment Vinícius Garcia 2020-09-29 15:59:04 -0300
  • 614cfde4b7 improve iterator.Close to prevent accidental panics Breno Almeida 2020-09-28 18:26:17 -0300
  • fabffed6d1 apply linter suggestions & make structToMap public Breno Almeida 2020-09-28 16:50:27 -0300
  • cb27801a20 finish implementing query & queryNext funcs Breno Almeida 2020-09-24 19:26:59 -0300
  • 6c725a69f5 Add Query & QueryNext funcs Vinícius Garcia 2020-09-24 14:17:19 -0300
  • 3f888e0420 Add tests to Update() Vinícius Garcia 2020-09-22 22:15:03 -0300
  • d77fd7d679 Add func UpdateStructWith() for facilitating mocking this ORM Vinícius Garcia 2020-09-22 21:07:03 -0300
  • 7b30856248 Rename go mod project Vinícius Garcia 2020-09-22 16:59:04 -0300
  • 80fad8ac3f Add ChangeTable function Vinícius Garcia 2020-09-16 18:22:52 -0300
  • a5ee2458ec Fix lint problems Vinícius Garcia 2020-09-14 15:55:54 -0300
  • 120006008d Rename .go files to be more generic Vinícius Garcia 2020-09-14 15:46:50 -0300
  • a3af26e3bd Update NewClient to actually work Vinícius Garcia 2020-09-14 15:45:35 -0300
  • 06a7e37d0e Update Delete function to receive ids Vinícius Garcia 2020-09-14 15:13:54 -0300
  • 8e8a9a7309 Add tests to StructToMap() Vinícius Garcia 2020-09-14 12:02:05 -0300
  • bb3b36c21e Add first implementation of the Update operation Vinícius Garcia 2020-09-12 03:07:35 -0300
  • e7a7b13eef Add slices/ helper pkg Vinícius Garcia 2020-09-11 19:48:32 -0300
  • fbb7d9ffca Add GetByID() Vinícius Garcia 2020-09-11 19:48:13 -0300
  • 25e00fdad6 Add feature of escaping params to Find function Vinícius Garcia 2020-09-11 19:06:36 -0300
  • 387c2cdd74 Rename the Get function to Find Vinícius Garcia 2020-09-11 19:03:06 -0300
  • 67cedb1f81 Add delete operation Vinícius Garcia 2020-09-11 18:59:55 -0300
  • 4e156b8f26 Add Makefile Vinícius Garcia 2020-09-11 18:48:48 -0300
  • 38ce8a9b0e Remove unnecessary use of reflection Vinícius Garcia 2020-09-11 18:47:42 -0300
  • 2f651581ea Initial version Vinícius Garcia 2020-09-11 18:37:11 -0300