angel3_orm_test 6.1.0
angel3_orm_test: ^6.1.0 copied to clipboard
Common tests for Angel3 ORM. Reference implmentation of the generated ORM files.
Change Log #
6.1.0 #
- Added test cases for non nullable type
6.0.0 #
- Updated to SDK 2.16.x
5.0.0 #
- Skipped release
4.0.0 #
- Skipped release
3.1.2 #
- Added multiple
orderBy
test case
3.1.1 #
- Updated example
- Updated README
3.1.0 #
- Added
join_test
test cases
3.0.5 #
- Updated test cases
3.0.4 #
- Updated test cases
3.0.3 #
- Added
performance_test
test cases - Update
edge_case_test
test case to support connection pooling
3.0.2 #
- Updated linter to
package:lints
3.0.1 #
- Fixed incorrect json data serialization
3.0.0 #
- Fixed NNBD issues
3.0.0-beta.1 #
- Migrated to support Dart SDK 2.12.x NNBD
2.0.0 #
- Migrated to work with Dart SDK 2.12.x Non NNBD
1.0.0 #
- First version.