Jaguar-dart / jaguar_orm

Source-generated ORM with relations (one-to-one, one-to-many, many-to-many), preloading, cascading, polymorphic relations, etc
https://jaguar-dart.github.io
BSD 3-Clause "New" or "Revised" License
217 stars 52 forks source link

Adds iss operator to sqflite #111

Closed hjJunior closed 5 years ago

hjJunior commented 5 years ago

Just updating version to get the iss operator added on #107

jaumard commented 5 years ago

Did you test that it works @hjJunior ? because some operator needed a specific implementation for sqlite so just to be sure it's all good just by bumping the deps :)

hjJunior commented 5 years ago

Yep! I'm using on project, just

await findWhere(someField.iss(null));
jaumard commented 5 years ago

Ok then all good to me, I let @tejainece check the versioning as he will deploy it :) Thanks @hjJunior

jaumard commented 5 years ago

Hey @hjJunior I'm closing this one as it's taking into account into #113 by bumping to next query version. But thanks !