-
```
What steps will reproduce the problem?
1. Try to execute following create table command:
CREATE TABLE requires ( name TEXT, flags TEXT, epoch TEXT, version TEXT,
release TEXT, pkgKey INTEG…
-
```
What steps will reproduce the problem?
1. Try to execute following create table command:
CREATE TABLE requires ( name TEXT, flags TEXT, epoch TEXT, version TEXT,
release TEXT, pkgKey INTEG…
-
**Describe the bug**
GeoSeries did not behave as expected when call to_sql.
**To Reproduce**
My test code:
```python
import pandas as pd
from arctern import GeoSeries
import arctern
def tr…
-
-
```
engine = sqlalchemy.create_engine('vertica+vertica_python://username:password@localhost:3306/db_name')
connection = engine.raw_connection()
df.to_sql("df", if_exists="replace", con=connect…
-
### Bug description
Upgrading from v5.1 to v5.6 on deployment we started getting the following error.
```
Unable to require(/opt/libquery_engine-linux-arm64-openssl-1.1.x.so.node).
Prisma cannot…
-
Hi all, thanks for your work to keep this project going, much appreciated.
Recently I'm having an issue whereby, whilst the app still carries out checks and alerts when services are down, the fron…
-
I'd like to run InfluxDB2 in a docker container in Kubernetes, and I'd like to avoid having to manually setup a user. I do know from that it's possible to do this using environment variables, and I'v…
-
### System Health details
## System Information
version | core-2024.6.4
-- | --
installation_type | Home Assistant Container
dev | false
hassio | false
docker | true
user | root
virtualenv …
-
**是否使用了最新代码**
是或否(如果不是的话尝试克隆最新的代码再跑一下!)
**Bug描述**
'NoneType' object has no attribute 'scalar'
sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread.…