-
Notifications
You must be signed in to change notification settings - Fork 51
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
Support database queries on arbitrary labels #117
base: main
Are you sure you want to change the base?
Commits on Dec 3, 2024
-
Support searching by metadata.label fields:
* Add labels when adding/replacing objects. * Add labels to the query language
Configuration menu - View commit details
-
Copy full SHA for a8a924b - Browse repository at this point
Copy the full SHA a8a924bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82b7994 - Browse repository at this point
Copy the full SHA 82b7994View commit details -
Stick with terse in-place table alias names rather than interpolate d…
…escriptive named constants. Also: Move all the label operations from store to listoption_indexer.
Configuration menu - View commit details
-
Copy full SHA for 991d637 - Browse repository at this point
Copy the full SHA 991d637View commit details -
Configuration menu - View commit details
-
Copy full SHA for 305b92b - Browse repository at this point
Copy the full SHA 305b92bView commit details -
Configuration menu - View commit details
-
Copy full SHA for cbde1d8 - Browse repository at this point
Copy the full SHA cbde1d8View commit details -
Fix the number of args in the mocked calls to creating the indices ta…
…bles. - tx.Exec takes only one argument.
Configuration menu - View commit details
-
Copy full SHA for 2e3a890 - Browse repository at this point
Copy the full SHA 2e3a890View commit details -
Configuration menu - View commit details
-
Copy full SHA for e555a6f - Browse repository at this point
Copy the full SHA e555a6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef1acd2 - Browse repository at this point
Copy the full SHA ef1acd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29f233f - Browse repository at this point
Copy the full SHA 29f233fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 31a4b97 - Browse repository at this point
Copy the full SHA 31a4b97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95274c3 - Browse repository at this point
Copy the full SHA 95274c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8a8223 - Browse repository at this point
Copy the full SHA b8a8223View commit details -
- Fixed rendering NOT-EXISTS queries. - Wrap query error in a 'db.QueryError' object. - Use consistent error message when failing to get a unstructured object. - Don't include ORDER-BY clauses in COUNT queries. - Don't bother pulling the various fields out of the `queryInfo` struct - Pull the count queryInfo parts out only when needed.
Configuration menu - View commit details
-
Copy full SHA for 3257e61 - Browse repository at this point
Copy the full SHA 3257e61View commit details -
Simplify the way the final queryInfo struct is built.
In particular, don't clear the count query values if no count query needs to be made -- just leave the default struct values, and the query executor won't run a count-query.
Configuration menu - View commit details
-
Copy full SHA for e908e62 - Browse repository at this point
Copy the full SHA e908e62View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8501428 - Browse repository at this point
Copy the full SHA 8501428View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cb2364 - Browse repository at this point
Copy the full SHA 8cb2364View commit details
Commits on Dec 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 15adcaa - Browse repository at this point
Copy the full SHA 15adcaaView commit details