jaguar_orm icon indicating copy to clipboard operation
jaguar_orm copied to clipboard

Source-generated ORM with relations (one-to-one, one-to-many, many-to-many), preloading, cascading, polymorphic relations, etc

Results 60 jaguar_orm issues
Sort by recently updated
recently updated
newest added

Hi there, Is there an option to add SQL IN Operator?

Implement migrations

help wanted

There is a compatibility issues between build_runner and jaguar_orm_gen `dev_dependencies:` `build_runner: ^1.10.1` 
`jaguar_orm_gen: ^2.2.30` Here is the error logs `Because no versions of jaguar_orm_gen match >2.2.30 =1.10.1 =1.10.2 requires SDK...

jaguar_orm RangeError: Invalid value: Not in range 0..1114111, inclusive: -1 it's a breaking change in dart 2.8. downgrade to dart 2.7 ---------------------------------------------------------------------------------- await userBean.createTable (); Error rangeerror: invalid value: not...

I just got the code of a flutter app. I have to add some feature in it. I never use the Jaguar and its showing me some error 1) part...

Does `jaguar_orm` support creating field of type BLOB for SQFlite? When trying to generate the bean using the following model ```dart @Column() Uint8List data; ``` I got the following error:...

The bug is inside: postgresql/lib/src/compose/insert.dart When try to insert a DateTime in a timestamp field: ModelAccount(13bfc209-ae58-4aa5-a340-aa444cfac1a4, 2020-09-06 22:39:15.556270, 2020-09-06 22:39:15.556271, [email protected]) Unhandled exception: PostgreSQLSeverity.error 42601: syntax error at or near...

Is it possible to print the generated SQL from a Find statement? I am trying to recreate some rather complicated queries and would like to know if it is correct?