-
Hi,
The performance of turbodbc is **great** so I am building some internal db libs to do data loads, merges, etc.
It would really help to have access to connection metadata to handle cases wher…
-
I am getting this error when trying to fetch arrow batches with timestamps that are before the year 1400.
```
File "/opt/env/lib/python3.6/site-packages/turbodbc/cursor.py", line 335, in fetcharrow…
-
Using: postgresql 9.5 (postgresql95-odbc-09.05.0400-1PGDG.rhel7.x86_64) ODBC
Postgresql 9.5
Turbodbc 1.1.1
Python 2.7.5
Table definition:
```
\d t1
Table "public.t1"
Column …
-
Using:
MySQL: 5.7
(also tried MemSQL 5.8)
turbodbc: 2.7.0
Python: 3.5.2
Table definition:
```
Column | Type
-----------+---------
data | json
```
I'm able to write json data t…
-
I'm seeing the below error when trying to query one of our Oracle databases
```
Error: ODBC error
state: HY004
native error code: 0
message: [Oracle][ODBC]Invalid SQL data type .
```
Will try t…
-
It would be good to produce a set of requirements.txt release artifacts, with the knowledge that these requirements.txt files have all been through our unit and integration testing frameworks (and pot…
-
Error encountered during installation command: pip3 install -r requirements.txt
tim@tim-MS-7977:~/socialEngineering/setoolkit$ pip3 install -r requirements.txt
Requirement already satisfied: pex…
-
Hi,
getting the following error trying to install with conda into 3.6 python (arcgis pro)
worked ok, **using pip**
conda install turbodbc
Fetching package metadata ...............
Solving pa…
-
Currently the pandas SQL logic is using SQLAlchemy with results being returned as Python objects before being converted to a DataFrame. While the API is simple, it doesn't have good performance charac…
-
All the drivers in a language need to follow the same specifications, the same conventions, and have a lot of similar scaffolding. For maintainability's and testing's sake it may make more sense to cr…