Skip to content

0.12.0

Compare
Choose a tag to compare
@tonsky tonsky released this 07 Sep 10:27
· 469 commits to master since this release

[ BREAKING ] Introducing new :db/index schema attribute:

  • Attributes are not put to AVET by default anymore
  • Following attributes are put to AVET:
    • :db/index true
    • :db/unique :db.unique/identity
    • :db/unique :db.unique/value
    • :db/valueType :db.type/ref
  • All attributes put to AVET should be comparable. Note: maps and list are not comparable by default, vectors are compared value-by-value
  • [ BREAKING ] Min/max aggregation functions will only work on a comaparable values