dorm_mysql_database 2.0.0-dev.5
dorm_mysql_database: ^2.0.0-dev.5 copied to clipboard
A MySQL database engine for dORM applications that need persistent, relational data with typed queries and repositories.
2.0.0-dev.4 #
2.0.0-dev.3 #
- Bump version to keep all packages in the workspace in lockstep.
2.0.0-dev.2 #
2.0.0-dev.1 #
- REFACTOR: remove conditional of custom types. (0600d4de)
- REFACTOR: remove handling multiple executions of range. (b0590ad3)
- REFACTOR: removes redundant conversion to string when applying filters. (4b6e0885)
- REFACTOR: uses named parameters when injecting filter arguments. (ba3d82ee)
- REFACTOR: improve DateTime to SQL formatting. (cd1e4d2b)
- REFACTOR: add Relationship to its own file. (3e665d54)
- FIX: fix code generation by updating dependencies. (a5921c77)
- FIX: add implementation for milliseconds on
Filter.date. (4c3e12a7) - FIX: use SQL's IN operator for
popKeysmethod. (01fbb96b) - FEAT: improve filtering API. (2b7014bf)
- FEAT: improve DerivedField API. (5603ec2a)
- FEAT: replace key with field parameter on Filter/Sort. (9a44b582)
- FEAT: add support to auto-generated IDs. (68423b36)
- FEAT: remove json_serializable from declarable dependency by user. (d3132b6e)
- FEAT: add suport to transactions. (8d4a6279)
- FEAT: improve pagination API. (d205693d)
- FEAT: make EntitySchema.primaryKeys canonical. (09f88107)
- FEAT: add support to composite keys on Entity.fromData. (d7fb7c4f)
- FEAT: refactor QueryField into DerivedField. (9aa2ceef)
- FEAT: improve primary key generation. (797b672a)
- FEAT: add initial support to engine-agnostic relationships. (05f43745)
- FEAT: remove Entity.tableName in favor of Entity.schema.tableName. (42f69a48)
- FEAT: add EntitySchema to Entity. (38640aaf)
- FEAT: add support to copy_with_extension_gen. (da202eb0)
- FEAT: change Filter to BaseFilter. (dba05767)
- FEAT: implements range filter. (6b3e49b3)
- FEAT: implements
Filter.date. (98f499e3) - FEAT: implements
popAll. (85066c1d) - FEAT: add support to filtering on
peekAll. (f92cef08) - FEAT: implements ad-hoc
pullAllusingpeekAll. (6da18e9b) - FEAT: implements
putAllusing a transaction. (c038c917) - FEAT: implements ad-hoc
pullusingpeek. (783dfee7) - FEAT: implements
pushAllusing a transaction. (0f6c8d3c)