angel3_orm_mysql 8.5.0
angel3_orm_mysql: ^8.5.0 copied to clipboard
MySQL support for Angel3 ORM. Includes functionality for querying and transactions.
Change Log #
8.5.0 #
- Require Dart >= 3.8
- Updated
lintsto 6.0.0 - Updated dependencies to the latest release
- Changed
_prefix in the models toEntitysuffix._prefix is still maintained for backward compatibility.
8.4.0 #
- Added support for
<Class>EntityandEntity<Class>as data model - Updated test cases to use
<Class>Entityas data model
8.3.1 #
- Updated test cases
- Updated deletion to return deleted record(s)
- Fixed select and insert query returning incorrect data when the joined tables have same field names
- Fixed issues due to breaking changes in
analyzer7.3.0
8.3.0 #
- Require Dart >= 3.6
- Updated
lintsto 5.0.0 - Updated dependencies to the latest releases
- Fixed issue #98: Take
@SerializableFieldproperties into account when generatingQuery.parseRow - Migrated test cases from
angel3_orm_testinto the package - Removed dependency on
angel3_orm_test
8.2.0 #
- Require Dart >= 3.3
- Updated
lintsto 4.0.0
8.1.1 #
- Updated repository link
8.1.0 #
- Updated
lintsto 3.0.0 - Fixed linter warnings
8.0.0 #
- Require Dart >= 3.0
7.1.0-beta.1 #
- [Breaking] Require Dart >= 2.19
- Added type check on "batch" column
7.0.1 #
- Reduced debugging verbosity
7.0.0 #
- Require Dart >= 2.17
6.0.0 #
- Fixed temporal data type
- Fixed
MariaDbExcutortransaction - Updated to
lints2.0.0
6.0.0-beta.3 #
- Fixed transaction for
MariaDbExecutor - Fixed transaction for
MySqlExecutor - Fixed error for non
idprimary key - Changed test cases to use tables instead of temporary tables to overcome limitations
6.0.0-beta.2 #
- Updated README
6.0.0-beta.1 #
- Require Dart >= 2.16
- Added support for MariaDB 10.2.x with
mysql1driver - Added support for MySQL 8.x.x with
mysql_clientdriver
5.0.0 #
- Skipped release
4.0.0 #
- Skipped release
3.0.0 #
- Skipped release
2.0.0 #
- Skipped release
2.0.0-beta.3 #
- Updated linter to
package:lints
2.0.0-beta.2 #
- Fixed NNBD issues
2.0.0-beta.1 #
- Migrated to support Dart >= 2.12 NNBD
1.0.0 #
- First version.