chewselene

Results 8 issues of chewselene

This is part of a larger refactor to streamline the way we generate query plans. This is the simplest form of query plan where the given query is executed against...

Adding whether or not post-processing should be applied to `SQLAlchemySchemaInfo` based on @obi1kenobi's comment on #1008. > Another (and perhaps even better) alternative would be to add requires_fold_postprocessing or something...

In our integration tests (`tests/integration_tests/test_backend_integration.py`) we sort the output for comparison. For list outputs, each list is sorted independently. However, folded outputs from the same fold scope cannot be sorted...

We are not guaranteed that datetimes/dates will always be returned in the expected format of `GraphQLDate`/`GraphQLDateTime`. We can add `CONVERT`s to the SQL queries to ensure that the dates and...

New directives were added to `schema/__init__.py` in #708 and need comments describing usage/constraints.

documentation

Here's the initial plan for how to handle `@fold` in SQL. May need additional considerations for interactions with other directives. https://www.db-fiddle.com/f/cD9aczVx5B8gRiAXavWBhB/3 Let me know what you think @obi1kenobi @bojanserafimov @pmantica1

Read the Docs only has documentation for OrientDB. More information is needed to easily get started with SQL.

documentation

More information is needed for how to add custom edges to schema.

documentation