Skip to content

Releases: BitlyTwiser/tinyORM

Adjusting error handling

23 Nov 23:18
4dc80a7
Compare
Choose a tag to compare

Always return sql.ErrNoRows

Find error handling update

03 Jul 04:20
9be27af
Compare
Choose a tag to compare

Updating the find action to return no rows error from sql package

New Error handling

26 Jun 01:02
919540c
Compare
Choose a tag to compare
  1. Return sql.ErrNoRows instead of custom error in Find method

Exposed interface for query string

31 Jan 03:07
Compare
Choose a tag to compare

Exposing an interface for obtaining query string from dialect handler

Some spelling corrections

18 Jan 20:52
d67615a
Compare
Choose a tag to compare
Development (#16)

Spelling corrections

BulkDelete added

18 Jan 20:47
1f2f382
Compare
Choose a tag to compare

Addition of BulkDelete and modification of standard Delete functionality.

Delete will only ever delete singular assets. BulkDelete will delete all assets from a table.

Initial Release

18 Jan 03:35
dc8ffea
Compare
Choose a tag to compare
v1.0.0

Update README.md