1.2 KiB
1.2 KiB
2.0.0-dev.6
- Fix bug where an extra field would be inserted into joins and botch the result.
2.0.0-dev.5
- Implement cast-based
double
support. - Finish
ListSqlExpressionBuilder
.
2.0.0-dev.4
- List generation support.
2.0.0-dev.3
- Add JSON/JSONB support for Maps.
2.0.0-dev.2
- Changes to work with
package:angel_orm@2.0.0-dev.15
.
2.0.0-dev.1
- Generate migration files.
2.0.0-dev
- Dart 2 updates, and more.
1.0.0-alpha+6
DateTime
is nowCAST
on insertion and update operations.
1.0.0-alpha+3
Implemented @hasOne
, with tests. Still missing @hasMany
.
belongsToMany
will likely be scrapped.
1.0.0-alpha+2
- Added support for
belongsTo
relationships. Still missinghasOne
,hasMany
,belongsToMany
.
1.0.0-alpha+1
- Closed #12.
insertX
andupdateX
now userc.camelCase
, instead ofrc.snakeCase
. - Closed #13. Added
limit
andoffset
properties toXQuery
. - Closed #14. Refined the
or
method (it now takes anXQueryWhere
), and removedand
andnot
. - Closed #16. Added
sortAscending
andsortDescending
toXQuery
. - Closed #17.
delete
now usestoSql
fromXQuery
. - Closed #18.
XQuery
now supportsunion
andunionAll
.