Releases: sharovik/orm
Releases · sharovik/orm
Updated go-sqlite3
Introduced transactions
v1.2.4 Added transactions documentation link in main README.md (#27)
v1.2.3: Feature/dependencies update (#25)
* Updated dependencies * Updated go version to use static
v1.2.2
Fixed bug related to the result prepare for select queries
Removed prepareResult method call for select queries (#21) Co-authored-by: Pavel Simzicov <pavel@tourradar.com>
Bugfixes and improvements
- Updated the way how the model should be build
- Fixed issue with the columns generation
- Now select results will contain the models type of destination model
Query builder improvements
Now you are able to use the strings as argument for From method. That could simplify the usage of the query builder
Fixed bug related to indexes generation in the create statement queries
Improved CREATE statement query generation (#18) * Improved CREATE statement query generation * Updated documentation Co-authored-by: Pavel Simzicov <pavel@tourradar.com>
Improved the create statement
Introduced more documentation and did an improve of create statement.
Improved the way how sqlite client deletes the columns
- Introduced new way of table modification for the sqlite client. Now you are able to drop, add the columns using the sqlite client.
- improved the insert query builder. Now you are able to make a more complex queries, like insert + select