j256 / ormlite-android

ORMLite Android functionality used in conjunction with ormlite-core
http://ormlite.com/
ISC License
1.59k stars 367 forks source link

Adds since property #26

Closed jeffreydelooff closed 3 years ago

jeffreydelooff commented 10 years ago

An initial draft for implementing a 'since' property for a DatabaseField column. Android specific changes. See https://github.com/j256/ormlite-core/pull/32 for pull request.

j256 commented 3 years ago

I'm going to close this because support for SINCE is very database specific. Handling this as a raw query is in order here. Sorry.