roscopeco / ormdroid

ORMDroid is a simple ORM persistence framework for your Android applications.
http://roscopeco.github.io/ormdroid/
Apache License 2.0
86 stars 24 forks source link

Enhanced Query Operators #19

Open coolaworld opened 10 years ago

coolaworld commented 10 years ago

Hi

I love the framework, however I was missing 2 query operators, isnull, isnotnull.

Please find the enhancement below: /*

import java.util.List;

import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import android.util.Log;

import com.roscopeco.ormdroid.Entity.EntityMapping;

/**

roscopeco commented 10 years ago

Thanks, will take a look at this.