did update_where suport "<" compression #2169
lyb124553153
started this conversation in
General
Replies: 1 comment
-
I believe this should work: update_where: Sequel[:users][:updated_at] < Time.current Or with a hash you can use endless range: update_where: { Sequel[:users][:updated_at] => ...Time.current } |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want insert data on conflict by updated_at
I wonder how to support
Sequel[:users][:updated_at] < Time.current
in update_where conditionBeta Was this translation helpful? Give feedback.
All reactions