-
If turbodbc doesn't yet support a particular datatype perhaps it could be mapped to raw binary bytes and leave it to the user to convert into something sensible.
This is just a suggested workaround…
-
I am using this snippet for testing on Windows with the "SQL Server" driver.
```python
now = datetime.datetime.now().replace(microsecond=0)
curs.execute("select ?", [now])
```
The default value…
-
Hello guys, it's the first time I post an Issue on a project, so I'm sorry if I'm doing it the wrong way, please correct me if wrong (=
I'm trying to use turbodbc with pyarrow and I'm running into …
IceS2 updated
6 years ago
-
Hi
I wanted to report that using pip install I got:
undefined symbol site-packages/libturbodbc.cpython-36m-x86_64-linux-gnu.so: undefined symbol: _ZTVNSt7__cxx1115basic_stringbufIcSt11char_traitsIcE…
-
If `environment.yaml` is present, `conda install` the dependencies instead of pip install-ing them.
-
Hi,
When Iam trying to insert the data with turbodbc connection in to a table with identity ,
Iam facing the error "cannot insert explicit value for identity column in table 'table_name' when IDE…
-
Pgeon: https://github.com/0x0L/pgeon
ConnectorX: https://sfu-db.github.io/connector-x/intro.html
-
Hi,
After I get the data from cursor.fetchallnumpy(), I'm unable to write to a file using 'latin-1' encoding. Only 'utf-8' is supported here. When I used pyodbc, I have the option of setting encodi…
-
It would be useful if the nightly report would help to identify the time of the regression when a nightly build has started to fail.
We can automatize this during the report generation by filtering …
-
When using fetchallnumpy(), the date column is being loaded as a unicode string object instead of numpy datetime64 object.
![image](https://user-images.githubusercontent.com/4122176/50780336-a41530…