dartapi_db 0.0.6
dartapi_db: ^0.0.6 copied to clipboard
A light weight Database helper wrapper for dartapi.
0.0.6 #
- Fix
MySqlDatabase.update()parameter collision when the same column appears in both SET and WHERE clauses (WHERE params now usew_prefix internally)
0.0.5 #
- Upgrade Postgres to ^3.5.6 from ^2.6.2
0.0.4 #
- Upgrade Postgres to ^3.5.6 from ^2.6.2
0.0.3 #
- Add Code Doc
0.0.2 #
- Fix Test and Exports.
0.0.1 #
- Initial version.