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
Add in check to not run path length functions when the CSR has not been initialized (Currently creates a segfault, see test_path_length.test)
This was forgotten when migrating to the updated DuckDB repo
The text was updated successfully, but these errors were encountered:
cf8e6f8
Fix #17 CSR being accessed before initialization
fa63762
503aabd
Dtenwolde
No branches or pull requests
Add in check to not run path length functions when the CSR has not been initialized
(Currently creates a segfault, see test_path_length.test)
This was forgotten when migrating to the updated DuckDB repo
The text was updated successfully, but these errors were encountered: