-
- Use parameterized query / prepared statement
- Specify an environment variable to restrict transaction endpoint [default (or production) disabled]
- Ideally, move all queries to the services directo…
-
All 3 drivers have their own varying levels of support for configuring TLS Certificates.
This will allow us to manage this entirely in memory and we can get rid of the file system calls, which will a…
-
I am using Spring Data R2DBC with a PostgreSQL database. My goal was to use `CriteriaDefinition` to describe a query for a column of type `text[]` in PostgreSQL. Specifically, I wanted to perform …
-
**To Reproduce**
Spark-sql execute blew sql command:
```
CREATE TABLE hudi_table1 (
ts BIGINT,
uuid STRING,
rider STRING,
driver STRING,
fare DOUBLE,
city STRING
…
-
### Is your feature request related to a problem?
This first step of consolidating the PPL spec into a single repository which will be deployed as an independent artifact.
### What solution would …
-
### What is the bug or the crash?
Version 1.4.1
Après avoir exécuté le permier script 00_init_db.sql avec la petite modification que j'ai signalée dans cette issue : https://github.com/lpoaura/gn_…
-
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ü…
-
There may be a way to execute the filters before the SQL is executed, by having too much information in the database, these statements become too slow, since it first obtains all the information and t…
-
## Description
Currently Kedro-Viz only previews data from CSVs and Excel files, I would like to view the SQL code that produces that table, not the resulting table.
## Context
I use Kedro-Viz ve…
-
## 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 …