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

Sql 'is' operator added #107

Closed ghost closed 5 years ago

tejainece commented 5 years ago

Hi,

Thanks for the PR. I see that you are using iq for the operator. What do you think about using iss? I feel iss is bit more intuitive.

@jaumard

ghost commented 5 years ago

Hi, Ok, I agree=)

jaumard commented 5 years ago

Ok for iss too, more intuitive than iq

ghost commented 5 years ago

I changed the method name and comments.

tejainece commented 5 years ago

@gold-kuler Thanks for the PR.

@jaumard Can you implement the operator for sqlite? I will implement it for postgres.

hjJunior commented 5 years ago

@tejainece and @jaumard I have open a PR to implement for sqflite

jaumard commented 5 years ago

Just think that it will be nice to also have is not operator too ^^

hjJunior commented 5 years ago

@jaumard maybe I work on is not operator, do u mind?

jaumard commented 5 years ago

PR is already opened @hjJunior :) as I had to implement alter for sqflite it didn't take long to add it too

tejainece commented 5 years ago

@jaumard Published!