-
Notifications
You must be signed in to change notification settings - Fork 975
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,graphql,server,store: Subgraph Sql Service #5382
Commits on May 8, 2024
-
Signed-off-by: Gustavo Inacio <gustavo@semiotic.ai>
Configuration menu - View commit details
-
Copy full SHA for b765438 - Browse repository at this point
Copy the full SHA b765438View commit details -
graph, store: create database sql executor
Signed-off-by: Gustavo Inacio <gustavo@semiotic.ai> executor: impelement methods to execute arbitary sql in query store and deployment store
Configuration menu - View commit details
-
Copy full SHA for b365a81 - Browse repository at this point
Copy the full SHA b365a81View commit details -
graph, graphql: add resolver for sql
Signed-off-by: Gustavo Inacio <gustavo@semiotic.ai>
Configuration menu - View commit details
-
Copy full SHA for 8154735 - Browse repository at this point
Copy the full SHA 8154735View commit details -
graphql, store: add parse and validation for custom sql
Signed-off-by: Gustavo Inacio <gustavo@semiotic.ai> create store/postgres/src/sql validator and formater: full refactor Signed-off-by: Gustavo Inacio <gustavo@semiotic.ai> refactor: move sql to store/postgres/src/sql Signed-off-by: Gustavo Inacio <gustavo@semiotic.ai> parser: test for array of byte fixed Signed-off-by: Tümay Tuzcu <tumay@semiotic.ai> parser: block_range and block$ added as available columns for tables, sequence functions moved to black list Signed-off-by: Tümay Tuzcu <tumay@semiotic.ai> parser: use latest block as cte filter parser: fix escape columns and tables Fixes STU-217 Signed-off-by: Gustavo Inacio <gustavo@semiotic.ai>
Configuration menu - View commit details
-
Copy full SHA for 8844eb5 - Browse repository at this point
Copy the full SHA 8844eb5View commit details -
graph, graphql, server, store: convert object_or_interface into query…
…able_type Signed-off-by: Gustavo Inacio <gustavo@semiotic.ai>
Configuration menu - View commit details
-
Copy full SHA for 49949c6 - Browse repository at this point
Copy the full SHA 49949c6View commit details -
graph, graphql: add sql service config toggle
Signed-off-by: Gustavo Inacio <gustavo@semiotic.ai>
Configuration menu - View commit details
-
Copy full SHA for 86345d8 - Browse repository at this point
Copy the full SHA 86345d8View commit details -
docs: add sql service documentation
Signed-off-by: Gustavo Inacio <gustavo@semiotic.ai> docs: add sql service docs section
Configuration menu - View commit details
-
Copy full SHA for ee44541 - Browse repository at this point
Copy the full SHA ee44541View commit details -
store: Use double quotation format for parsed sql tables matched with…
… prelude CTE Fixes SQL-266 Signed-off-by: Tümay Tuzcu <tumay@semiotic.ai>
Configuration menu - View commit details
-
Copy full SHA for a1a7c64 - Browse repository at this point
Copy the full SHA a1a7c64View commit details
Commits on May 28, 2024
-
store: Test validation for use CTE with side effect
Signed-off-by: Tümay Tuzcu <tumay@semiotic.ai>
Tümay Tuzcu committedMay 28, 2024 Configuration menu - View commit details
-
Copy full SHA for d3bebe7 - Browse repository at this point
Copy the full SHA d3bebe7View commit details