-
Current parsing of `COPY TO/FROM` options is too restrictive on the how the keys & values can be provided.
https://github.com/sqlparser-rs/sqlparser-rs/blob/ce498864dc705f72e9f85d4dc5f7eba3d17b9ef6…
-
It looks like `postgresql-simple` does not actually support parametrized queries.
When using `?` syntax to inject values into queries, the values are converted to (query) strings (via the `ToField`…
-
## Platform
* OS: Linux
* RDBMS: PostgreSQL
* Version: v0.15.6
The issue that I'm seeing is that I need to wrap the keywork `type` in quotes to have a working run of psqldef. If I use :
```
…
-
# Description
## Why
As we're introducing breaking changes to the main branch, it would be better to begin recording the things we could use migration tools to help our users migrate from Airflow …
-
**Describe the bug**
Unable to connect Redis to Spring boot dockerize application
**To reproduce**
I'm using a Redis image for my Spring Boot application and its running perfectly in my local…
-
Executing queries like `SELECT * FROM table WHERE column = 'what?'` fails with `FormatError {fmtMessage = \"1 '?' characters, but 0 parameters\", fmtQuery = ...}`. I had a look at the source code and …
-
Does postgres return line/column numbers in its parse tree? If it does, is it possible to put them in the JSON output?
I would like to use [node-pg-query-native](https://github.com/zhm/node-pg-quer…
-
Hi,
I used this prompt: `docker run -it -e PBF_URL=https://download.geofabrik.de/europe-latest.osm.pbf -e REPLICATION_URL=https://download.geofabrik.de/europe-updates/ -e NOMINATIM_FLATNODE_FILE=/n…
-
When `wdb_backup` performs the restore, it rewrites T-SQL DB name (Postgres schema name) in the bodies of views and procedures. This is necessary to perform the DB restore under the different name, be…
-
### Describe the bug
When comment symbols appear in a string of Native SQL (`/*` or `--`), the variable proceeding it will not be compiled in the final SQL.
### To Reproduce
1. Create a new Native …