We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Current main doesn't build at all on OpenBSD, but including the same headers as for FreeBSD in src/ipaddr/extension.c takes care of that.
main
src/ipaddr/extension.c
After building, most of the tests seem to run fine, but the following from the time suite fail:
31_01|0 31_02|0 31_03|0 32_01|0 32_02|0 32_03|0 34_03|0 34_04|0 34_07|0 34_08|0 34_11|0 34_12|0
After taking a quick look it seems to be related to how time comparisons are handled - I'd be happy to dig into this further if I find the time...!
time_before behavior on MacOS:
time_before
sqlite> .load dist/time sqlite> select time_before(time_date(2011, 11, 18), time_date(2011, 11, 19)); 1
...and on OpenBSD:
sqlite> .load dist/time sqlite> select time_before(time_date(2011, 11, 18), time_date(2011, 11, 19)); -955290111
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Current
main
doesn't build at all on OpenBSD, but including the same headers as for FreeBSD insrc/ipaddr/extension.c
takes care of that.After building, most of the tests seem to run fine, but the following from the time suite fail:
After taking a quick look it seems to be related to how time comparisons are handled - I'd be happy to dig into this further if I find the time...!
time_before
behavior on MacOS:...and on OpenBSD:
The text was updated successfully, but these errors were encountered: