V-0.0.9
What's Changed
- Feature/74 add sort support by @kdhrubo in #75
- Feature/refactor 1 by @kdhrubo in #86
- Update README.md by @thadguidry in #91
- Feature/90 remove jooq select by @kdhrubo in #92
- #87 - remove jooq from delete by @kdhrubo in #95
- Update README.md by @thadguidry in #94
- remove jooq dependency from update by @kdhrubo in #96
- Feature/89 support stored proc by @souravroy in #103
- #106 - rest docs added, restassured removed, will use webmvcmock by @kdhrubo in #107
- #108 - restdocs now configured to generate markdown by @kdhrubo in #110
- #109 - testing github action for integration tests and build by @kdhrubo in #111
- #98 - update based on tests by @kdhrubo in #118
- adding integration test support with Test container for MySQL by @souravroy in #121
- #105 - added multiple script files. by @kdhrubo in #122
- Exception handling for procedure and function calls by @souravroy in #123
- Remove redundant setDetail by @souravroy in #125
- #116 - integration test added for postgresql insert error. by @kdhrubo in #126
- #76 - docker documentation added. by @kdhrubo in #127
- Fix typos and add clarity to README by @thadguidry in #129
- #130 - doc updates for docker install paragraph. by @kdhrubo in #131
- Integration test for CreateController with MySQL database by @souravroy in #133
- #136 - ading integration test for bulk insert for postgresql by @kdhrubo in #138
- #135 - mysql bulk insert, minor other fixes by @kdhrubo in #139
- added tsid column check and add autogenerated tsid by @bharath8121 in #143
- testcontainer DB loading multiple scripts by @souravroy in #141
- Reduced test data, Set replaced with List by @souravroy in #149
- Feature/147 improve select by @kdhrubo in #150
- Api to execute custom query by @souravroy in #156
- added tsid for bulk creation and tests by @bharath8121 in #152
- #151 - csv bulk upload added. by @kdhrubo in #160
- #154 - simplification of installer by @kdhrubo in #161
- Feature/issue 11 by @kdhrubo in #163
- fixed tests by @bharath8121 in #164
- Feature/157 Disabling tests and adding definition for stored proc by @souravroy in #166
- mysql functions are now being created by @kdhrubo in #167
- fix #162 - fix sort issue by @kdhrubo in #168
- #169 - resolving multi join. by @kdhrubo in #171
- Feature/157 Integration tests for database stored proc and function by @souravroy in #179
- uncommented test assertions for postgres stored proc test by @souravroy in #184
- added code to get one row by @bharath8121 in #186
- Feature/188 bulk csv json by @kdhrubo in #189
- Integration tests for delete by @souravroy in #192
- integration test for delete all when allow safe delete is false by @souravroy in #194
- fix tests due to change of http status for delete success to 204 by @kdhrubo in #196
- #197 - fix integer type by @kdhrubo in #198
New Contributors
- @thadguidry made their first contribution in #91
- @souravroy made their first contribution in #103
- @bharath8121 made their first contribution in #143
Full Changelog: V-0.0.8...V-0.0.9