- delete() implemented
- Added close() method.
- sqljocky version constraint raised to ^0.12.0 which supports ConnectionPool.closeConnectionsWhenNotInUse
- Support the latest release of
dart_orm
- Added a new constructor
MySQLDBAdapter.withDetails. - Arguments to
new MySQLDBAdapterare validated immediately. - Allow
connectionStringto be aUriinstance.
- Fix async for loop bug in
MySQLDBAdapter.select.
- Fix a bug in
MySQLDBAdapter.connect.
-
Require at least Dart 1.9
-
Allow recent releases of
sqljocky
- Milliseconds rounding for MySQL < 5.6.4.
- getting mysql version added with pub_semver package usage for supported features checks.
- Much better logging.
- DateTime milliseconds removed because it is only supported by new versions.
- DateTime support added.
- Initial release.