Skip to content

Releases: sharovik/orm

Updated go-sqlite3

17 Feb 19:49
5cb89e2

Choose a tag to compare

Updated version of go-sqlite3 (#28)

* Updated version of go-sqlite3

* Updated action

---------

Introduced transactions

19 Nov 16:02
a3454b5

Choose a tag to compare

v1.2.4

Added transactions documentation link in main README.md (#27)

v1.2.3: Feature/dependencies update (#25)

12 Nov 12:28
2b96912

Choose a tag to compare

* Updated dependencies

* Updated go version to use static

v1.2.2

18 May 17:32
eb0f7c1

Choose a tag to compare

Small code refactoring (#22)

Fixed bug related to the result prepare for select queries

11 Dec 17:54
e3ea7e0

Choose a tag to compare

Removed prepareResult method call for select queries (#21)

Co-authored-by: Pavel Simzicov <pavel@tourradar.com>

Bugfixes and improvements

08 Dec 21:28
b145cd5

Choose a tag to compare

  • 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

26 Feb 14:54
67b85ee

Choose a tag to compare

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

01 Nov 09:35
be1986d

Choose a tag to compare

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

30 Oct 10:38
6048ff9

Choose a tag to compare

Introduced more documentation and did an improve of create statement.

Improved the way how sqlite client deletes the columns

05 Oct 11:34
086036e

Choose a tag to compare

  • 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