-
Notifications
You must be signed in to change notification settings - Fork 609
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor(intervals): conslidate interval conversion under _make_interval
base compiler implementation
#9800
refactor(intervals): conslidate interval conversion under _make_interval
base compiler implementation
#9800
Conversation
fbc22a4
to
7777fb8
Compare
Exasol is an |
Yep, just working through sqlite now, it's quite ... unique. |
Ah, for postgres we're not calling |
a4705d8
to
169b258
Compare
Gonna do a rebase merge on this one so the sqlite |
169b258
to
9f9cd8c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice!
Looks like I might be hitting a sqlite version issue. |
I love that if you pass a bogus argument to sqlite, it returns |
I think I might just raise an exception for sqlite < 3.46. Otherwise we're looking at implementing this function https://github.com/sqlite/sqlite/blob/a0789fcc4917af0cdf343c073152045a990a7313/src/date.c#L299 |
3004229
to
354d7e6
Compare
GHA is running on 3.40.x 😢 |
At this point I'm ready to declare versioning bankruptcy and |
Oh wait I forgot we allow |
5b22b2b
to
8eca897
Compare
…rval` base compiler implementation
5fea4ef
to
1e0dddf
Compare
1e0dddf
to
d267be7
Compare
d267be7
to
e96c3e2
Compare
Clouds look good:
|
e96c3e2
to
3065cb8
Compare
3065cb8
to
f132536
Compare
Follow-up to #9799 to consolidate some repetitive interval-handling code.