-
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…
-
Jira issue originally created by user aarondm:
I am currently trying to work with BINARY columns with Doctrine 2 and MSSQL. In order to get my Entities working I had to create a custom Mapping Type f…
-
I'm trying to migrate a sqlite DB to D1, which contains string values up to around 500kb. I originally thought this would work in D1, because it appears D1 can store strings up to around 2MB given the…
-
As per the title, the library still lacks support for CREATE TRIGGER statements. I understand that this is also because the SQL parser does not yet support them, so I just made a pull request to addre…
-
A while back, OTEL merged SqlCommenter (see[SqlCommenter merged into OpenTelemetry](https://cloud.google.com/blog/products/databases/sqlcommenter-merges-with-opentelemetry)).
[SqlCommenter](https:/…
-
See [relkind](https://www.postgresql.org/docs/current/catalog-pg-class.html)
We need to make sure that the appropriate checks work for partitioned tables
-
# Itsourcecode "Payroll Management System " in PHP 1.0 "login.php" SQL injection
# NAME OF AFFECTED PRODUCT(S)
+ Payroll Management System
## Vendor Homepage
+ https://itsourcecode.com/free-projec…
-
The recently introduced integration test #15497 fails in Firebird:
```java
public void testInsertMultipleLarge() throws Exception {
testInsertMultipleLarge0((l, h) -> {
assertEquals(…