Commit Graph

6 Commits (8eb3c86410cdda21ce41c096dfb9da3a394bc6ea)

Author SHA1 Message Date
Vinícius Garcia 8eb3c86410 Refactor all adapters as separate modules 2022-03-15 13:03:41 -03:00
Vinícius Garcia ea4f56fadd Improve ScanRowsTest() so its decoupled from the adapters 2022-02-28 22:36:54 -03:00
Vinícius Garcia e5e786cf4b Simplify TestMain 2021-12-22 17:56:51 -03:00
Vinícius Garcia 914c351bcc Add docker-test support for SQLServer
This commit adds the last step for running all integration tests
with zero database setup =]
2021-12-15 00:14:32 -03:00
Vinícius Garcia fe464a217c Add docker test support for mysql 2021-12-14 23:55:49 -03:00
Vinícius Garcia 45edd4b1dd Add docker test setup for postgres
Before this commit the user would need to setup a local postgres
database manually in order to run the tests.

Now we are setting it up using docker-test which makes it easier.

We still require manual setup of sqlserver and mysql databases,
we'll fix these soon so that running the tests become trivial.
2021-12-14 23:34:26 -03:00