Skip to content

Releases: BitlyTwiser/tinyORM

Adjusting error handling

Choose a tag to compare

@BitlyTwiser BitlyTwiser released this 23 Nov 23:18
4dc80a7

Always return sql.ErrNoRows

Find error handling update

Choose a tag to compare

@BitlyTwiser BitlyTwiser released this 03 Jul 04:20
9be27af

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

New Error handling

Choose a tag to compare

@BitlyTwiser BitlyTwiser released this 26 Jun 01:02
919540c
  1. Return sql.ErrNoRows instead of custom error in Find method

Exposed interface for query string

Choose a tag to compare

@BitlyTwiser BitlyTwiser released this 31 Jan 03:07

Exposing an interface for obtaining query string from dialect handler

Some spelling corrections

Choose a tag to compare

@BitlyTwiser BitlyTwiser released this 18 Jan 20:52
d67615a
Development (#16)

Spelling corrections

BulkDelete added

Choose a tag to compare

@BitlyTwiser BitlyTwiser released this 18 Jan 20:47
1f2f382

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

Choose a tag to compare

@BitlyTwiser BitlyTwiser released this 18 Jan 03:35
dc8ffea
v1.0.0

Update README.md