V-0.1.0
What's Changed
- updated update logic and added tests by @bharath8121 in #209
- #200 - upgrade to spring boot 3.2.2 by @kdhrubo in #210
- Fixes #201 - Feature/201 postgres delete tests by @souravroy in #211
- #213 - refactored create controller by @kdhrubo in #214
- #215 - refactored bulk create controller by @kdhrubo in #219
- #224 - fixed now if select is not specified all columns of the root table is returned. by @kdhrubo in #226
- #220 - refactor delete controller by @kdhrubo in #233
- fix implicit inner join by @kdhrubo in #238
- Feature/183 return generated key for insert by @ntananh in #239
- #155 - Adding column names to columns query param by @souravroy in #248
- refactor to new version of query engine. by @kdhrubo in #249
- Feature/refactor query 2 by @kdhrubo in #250
- #251 moved custom query to separate class - SRP principle by @kdhrubo in #252
- #254 refactor find one query by @kdhrubo in #255
- #257 refactor read by @kdhrubo in #258
- #259 - add limit and offset by @kdhrubo in #260
- Feature/join re design by @kdhrubo in #264
- add join table columns in projection by @kdhrubo in #265
- Issue #263 : Separate test data from the tests and refactor tests by @souravroy in #267
- Feature/266 compound join by @kdhrubo in #269
- Feature/270 revamp query engine by @kdhrubo in #271
- #272 - fixed column alias by @kdhrubo in #274
- #276 - refactor delete to remove mybatis dynamic by template based sq… by @kdhrubo in #277
- #275 - support for pagination by @kdhrubo in #278
- #261 - sort processing by @kdhrubo in #280
- Feature/279 create issues by @kdhrubo in #281
- #282 - updated tsid design doc by @kdhrubo in #284
- #218 - insert json by @kdhrubo in #285
- #286 - type conversion error by @kdhrubo in #287
- #227 - support timestamp for mysql and postgresql by @kdhrubo in #290
- #216 - support json column support by @kdhrubo in #291
- #202 - mysql view support by @kdhrubo in #292
- #232 - timestampz support by @kdhrubo in #293
- #231 - timetz support by @kdhrubo in #294
- bulk insert columns support by @kdhrubo in #295
- #296 - cleanup schema dependency and mybatis for update by @kdhrubo in #297
- #272 - fix bulk upload by @kdhrubo in #298
- #206 - added support for materialized view for postgresql by @kdhrubo in #299
- #304 - fix pg sql insert keys issue. by @kdhrubo in #305
- #306 - fix save error response by @kdhrubo in #307
- #308 - improve error reporting by @kdhrubo in #309
- Feature/302 refactor mybatis by @kdhrubo in #310
- Feature/302 further refactor mybatis by @kdhrubo in #312
- Feature/182 exists query support by @ntananh in #314
- Feature/300 fix integration test by @kdhrubo in #317
- Feature/issue 58 by @bharath8121 in #313
- #316 - remove spring data by @kdhrubo in #318
- #316 - fix unkey imports by @kdhrubo in #320
New Contributors
Full Changelog: V-0.0.9...V-0.1.0