-
Noting the engine fails to parse valid local variables, despite being previously declared. E.g query below to highlight this (engine = mssql)
```sql
declare @a int
set @a = 2
select @a * 4
```
Raise…
-
Replacing this:
`VAL=`v.db.select map="${input}" layer="1" columns="${field_name}" where="${condition}" -c --quiet``
With this:
`VAL=`db.select database="${atts_db}" sql="SELECT ${field_name} FRO…
-
## 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 …
-
A customer recently requested the ability to enable or disable audit logging per SQL statement type. The request was primarily focused on DML - the user wanted to distinguish between destructive state…
-
Related to #26508, #24785.
Filing this in reaction to a recent thread with @mberhault
Today, CockroachDB will accept to process DDL statements inside explicit txns (BEGIN...COMMIT), but process t…
-
Currently the sqlproxyccl will attempt to transfer connections when they are in a safe state, which is determine by this logic: https://github.com/cockroachdb/cockroach/blob/d926d5eb2621672aa5fe4fed46…
fqazi updated
3 weeks ago
-
It makes me nervous every time I execute sql statements.
I wish there was a manual commit and rollback feature, like PLSQL Developer and DBeaver.
![image](https://user-images.githubusercontent.com/3…
-
```
What steps will reproduce the problem?
1. Call Statement.execute() with SQL: print 'test'
2. Nothing logs.
What is the expected output? What do you see instead?
I wrote a quick Java app to tes…
-
```
What steps will reproduce the problem?
1. Call Statement.execute() with SQL: print 'test'
2. Nothing logs.
What is the expected output? What do you see instead?
I wrote a quick Java app to tes…
-
As found in the following scripts:
https://github.com/kamilkisiela/graphql-hive/tree/main/packages/migrations/src/actions
https://github.com/kamilkisiela/graphql-hive/tree/main/packages/migrations/s…