Skip to content

issues Search Results · repo:Jaguar-dart/jaguar_orm language:Dart

Filter by

154 results
 (85 ms)

154 results

inJaguar-dart/jaguar_orm (press backspace or delete to remove)

Everything is in the title
  • SebastienSCochet
  • 8
  • Opened 
    on May 10, 2021
  • #197

Does jaguar_orm support creating field of type BLOB for SQFlite? When trying to generate the bean using the following model @Column() Uint8List data; I got the following error: Field protobuffer has ...
  • Skuallpa
  • Opened 
    on Sep 10, 2020
  • #196

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 ...
  • unipenlabs
  • Opened 
    on Sep 6, 2020
  • #195

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 ...
  • adrianseraspi12
  • 8
  • Opened 
    on Sep 4, 2020
  • #194

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 classaname .jorm.dart ; not found 2) beanclass .insert not found ...
  • muhammadfaheem-pycom
  • 1
  • Opened 
    on Aug 10, 2020
  • #193

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: ...
  • zhaochh75
  • 1
  • Opened 
    on Jul 28, 2020
  • #192

Any plans on supporting Flutter web? Or is it already supported and I am doing something wrong?
  • jamespet77
  • 2
  • Opened 
    on Jun 10, 2020
  • #191

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?
  • jamespet77
  • 1
  • Opened 
    on Jun 5, 2020
  • #190

Can an option be added to Column to prevent an empty string. create table foo (bar TEXT, CHECK(bar )
  • jamespet77
  • Opened 
    on May 31, 2020
  • #189

It is possible to have an object Field ? `class Morceau { @PrimaryKey(auto: true, isNullable: false) int codeMorceau; @Column(length: 30, isNullable: true) String titreMorceau; @BelongsTo.many(ArtisteBean, ...
  • Park57
  • Opened 
    on May 7, 2020
  • #188
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub