You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
support nanosecond precision in the tests here (this is why the TestSQLBackend/qs/load_typed_quad fails)
update OpIsTrue to handle the fact that SQLite does not have a built-in 'true' literal (the vendored cayley currently has OpIsTrue set to IS 1, but upstream it is IS true
add a SQLite regex extension so that the REGEXP operator works (this is why TestSQLBackend/qs/paths fails)
update cayley so that it supports creating indexes in the CREATE TABLE statement (currently we are just not creating the indexes by setting NoForeignKeys)
The text was updated successfully, but these errors were encountered:
The following needs to be fixed:
TestSQLBackend/qs/load_typed_quad
fails)OpIsTrue
to handle the fact that SQLite does not have a built-in 'true' literal (the vendored cayley currently hasOpIsTrue
set toIS 1
, but upstream it isIS true
TestSQLBackend/qs/paths
fails)CREATE TABLE
statement (currently we are just not creating the indexes by settingNoForeignKeys
)The text was updated successfully, but these errors were encountered: