-
Provide a way through SQL (like SHOW CREATE TABLE or crdb_internal table/view) to pull all object GRANT statements and ALTER ... OWNER TO statements. This would enable quick 'migrations' from one envi…
-
**Is your feature request related to a problem? Please describe.**
Transforming data within a Database (input/output is the same database) with Spark is inefficient, as we need to read the data from …
-
Allow pipelining the some requests in a transaction without requiring that all the requests are pipelined. This would allow selecting to get the id of a row, then issuing multiple statements based on…
-
Recorded timestamp on commits performed in sql shell with `\commit` appear to be the time that `dolt sql` was started.
```
lcl:~/Documents/data_dir_1/db5$ dolt sql
# Welcome to the DoltSQL shell.…
-
### Grammar or Syntax Description
The `LOCK=NONE` clause in ALTER TABLE statements is not correctly parsed by JSQLParser. The parser successfully parses the statement into three AlterExpression objec…
-
## 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 …
-
PR #15868 adds a database inspection tool to c:geo. This tool unfortunately is limited to search DB tables and edit single field values.
It would be really cool if one could issue SQL commands:
* …
-
We display the "Most Recent Statement" on the Sessions page per Session. For interactive scenarios when using the cockraoch SQL CLI client, this column will always be populated by the automatic SQL st…
-
**Is your feature request related to a problem? Please describe.**
Currently the cockroach code generates an anonymized string for statements by formatting the AST to hide all constants. This ends …
-
Hello Edwig,
as you may have seen from my sample script I intend to use ":if" statements in different ways, not only together with ":print" or other script sstatements, but also for SQL statements.…