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

sqlite_query_test will fail once new hydrofabric versions (>2.1) are used #864

Open
aaraney opened this issue Jul 30, 2024 · 3 comments
Open

Comments

@aaraney
Copy link
Member

aaraney commented Jul 30, 2024

flowpaths is now flowlines in hydrofabrics versions >2.1. This test will fail if a newer hf version is used.

const std::string query = "SELECT * FROM gpkg_contents WHERE table_name = 'flowpaths' LIMIT 1";

@aaraney
Copy link
Member Author

aaraney commented Jul 30, 2024

@program--, would you mind taking a look at this when you get a chance. Seems very low priority atm.

@program--
Copy link
Contributor

Ah good catch, maybe this should be changed to test for the existence of divides, since that is the same across versions.

@aaraney
Copy link
Member Author

aaraney commented Jul 30, 2024

Yeah, that is what I was thinking too since ngen isn't using flowpaths or flowlines.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants