Skip to content
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

graph: Fix Cayley integration #58

Open
4 tasks
lmars opened this issue Mar 11, 2018 · 0 comments
Open
4 tasks

graph: Fix Cayley integration #58

lmars opened this issue Mar 11, 2018 · 0 comments
Labels

Comments

@lmars
Copy link
Member

lmars commented Mar 11, 2018

The following needs to be fixed:

  • 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)
@lmars lmars added the bug label Mar 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant