jaguar_orm_gen 2.2.8 copy "jaguar_orm_gen: ^2.2.8" to clipboard
jaguar_orm_gen: ^2.2.8 copied to clipboard

outdated

Generator for jaguar_orm

Changelog #

2.2.8 #

  • Immutability
  • Fixes for reflexive relations

2.2.6 #

  • Fixed autoincrement

2.2.5 #

  • Reflexive relations

2.1.20 #

  • IgnoreColumn on getters fix

2.1.17 #

  • Better exception printing for field parse exceptions

2.1.16 #

  • Dart2 fixes

2.1.15 #

  • Relations without associations

2.1.14 #

  • Generate preloadAll for many-to-many relations
  • Do not generate tableName

2.1.12 #

  • Added only to update

2.1.10 #

  • Removed findWhere and removeWhere. They are now in Bean.

2.1.9 #

  • Added findOneWhere

2.1.8 #

  • Autoincrement cascading

2.1.6 #

  • Return insert id for associations

2.1.5 #

  • Changed NumField to DoubleField

2.1.4 #

  • Using parseValue for parsing value from Database

2.1.2 #

  • Fixed bug where BoolField is generated as BitField

2.1.1 #

  • Dart2 support