Releases: BitlyTwiser/tinyORM
Releases · BitlyTwiser/tinyORM
Adjusting error handling
Always return sql.ErrNoRows
Find error handling update
Updating the find action to return no rows error from sql package
New Error handling
- Return sql.ErrNoRows instead of custom error in Find method
Exposed interface for query string
Exposing an interface for obtaining query string from dialect handler
Some spelling corrections
Development (#16) Spelling corrections
BulkDelete added
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
v1.0.0 Update README.md