-
###### Which version and edition of Flyway are you using?
9.7.0 Community Edition
###### Which client are you using? (Command-line, Java API, Maven plugin, Gradle plugin)
Gradle plugin and comman…
-
### Is this a regression in a recent version of dbt-redshift?
- [X] I believe this is a regression in dbt-redshift functionality
- [X] I have searched the existing issues, and I could not find an …
-
### Problem Statement
When interactively writing queries in CrateDB one needs to specify the list of columns in two locations for aggregations, which can lead to broken queries and pontential bugs.…
-
We currently support explicitly prepared statements (via Prepare) and automatic prepared statements (Max Auto Prepare). These mechanisms have the following drawbacks:
* Both these mechanisms requir…
-
```
In a past life, there were a couple useful idioms I added to a
database-access layer to help guard against injection attacks.
---
Bind parameters cannot be used to specify structural things. Yo…
-
Hello,
I'm going through the steps to upgrade from prisma 1.13 to 2.17 and so far it was a pleasant experience. However, I came across an issue with the generated SQL statements to fix the DEFAULT …
-
Currently, syntax highlighting for lower case sql statements appears to work, but isn't triggered unless the first command is uppercase.
Here's an example:
![sql-syntax](https://user-images.github…
-
Right now SQL can be executed via HTTP as text. Internally Griffin supports query parameters. They need to be exposed via HTTP protocol
-
**Describe the issue**
The docs here : https://jdbc.postgresql.org/documentation/server-prepare/#server-prepared-statements say that a hidden unexamined "set search_path" will go unnoticed by the jdb…
achix updated
1 month ago
-
SQL:2011 standardised on bitemporal validity, which is an important topic in many areas where data needs to be historised in two ways:
- Technically (e.g. like Oracle's flashback query)
- Semantical…