-
hi zusammen,
das ist zwar keine Melung eines Bugs, aber mir sind einige Dinge beim durchsehen der Skripte ins Auge gefallen.
Als erstes mal Danke an den Ersteller des Skriptes und an das zur Verfü…
-
### Description
SQL strings are highlighted within PHP strings when that string begins with certain keywords. SQL highlighting can also be "forced" by using a heredoc whose identifier matches `[DS]Q…
-
### Is your feature request related to a problem?
The repository at https://github.com/Eventual-Inc/distributed-query-benchmarking currently works only with the DataFrame API. For benchmarking [TPC…
-
Expand diagram to show message parser and writing normalized eCR data to DB
-
Several SQL scripts consisting of DDL are failing on the first line with a syntax error. Other scripts seem to work. The same sql files work with no problem in the MySQL workbench.
The scripts are …
-
### Is your feature request related to a problem or challenge?
Currently, the CreateExternalTable definition is just a stringified version of the statement, rather than the original SQL that was pars…
-
### Link to the coursework
https://docs.google.com/spreadsheets/d/1zPeHxhKkYmdiqXNhMwhfC1A0o1wI0zNiD5Gsks2SYoc/template/preview
### Why are we doing this?
To practice how to use Google Sheets to sto…
-
### Determine this is the right repository
- [X] I determined this is the correct repository in which to report this feature request.
### Summary of the feature request
Are there any plans to…
-
**What happened**:
my database has column names that include colons, e.g `verification:id`. the Query Builder mode in Grafana does not quote them, resulting in invalid SQL ala:
`SELECT verification:i…
-
## Background
Hi community.\
The ShardingSphere SQL parser engine helps users to parse SQL to create the AST (Abstract Syntax Tree) and visit the AST to get SQLStatement (Java Object). Currently, we …