-
Code block:
```python
def bad12(conn: Connection):
sql_query = 'SELECT * FROM {}'.format(user_input)
sql_query_copy = sql_query
# ruleid: asyncpg-sqli
cur = await conn.cursor(s…
-
* **asyncpg version**: asyncpg==0.27.0.
* **PostgreSQL version**: PostgreSQL 8.0.2 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.4.2 20041017 (Red Hat 3.4.2-6.fc3), Redshift 1.0.46987.
* **D…
-
Hello!
Could you add human readable message on exception in synchronized directory query please?
Now it's impossible to determine which table has problem sql query
```
$ pg_export --clean -h host …
-
### Bug summary
**First check**
- I added a descriptive title to this issue.
- I used the GitHub search to find a similar issue and didn't find it.
- I searched the Prefect documentation for …
-
* **asyncpg version**: 0.18.3
* **PostgreSQL version**: 10.7
* **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce
the issue with a local PostgreSQL install?**: Yes
* **Python…
-
* **asyncpg version**: 0.28.0
* **PostgreSQL version**: CrateDB 5.4.2 https://github.com/crate/crate
* **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce
the issue with a local Pos…
-
@kaditya97 please update on the steps involved here
-
the behavior of the BIT type, given a value like "3", uses these conversions right now for the different drivers:
```py
dialect_map = {
"asyncpg": lambda value: testing.db.dia…
-
### Documentation feedback
- Page title: Query CrateDB
- Page URL: https://crate.io/docs/python/en/latest/query.html
- Source: https://github.com/crate/crate-python/blob/master/docs/query.r…
-
Jira Link: [DB-2112](https://yugabyte.atlassian.net/browse/DB-2112)
I'm trying to use `asyncpg` in combination with yugabytedb. I use a connection pool and issuing queries results in the following me…