You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My setup:
MacOS BigSur
Version 11.7
Python 3.10.9
Working in a Conda Environment
Name Version Build Channel
ctds 1.14.0 py310h90acd4f_3 conda-forge
Result of running $ tsql -C:
Compile-time settings (established with the "configure" script)
Version: freetds v1.1.15
freetds.conf directory: /Users/.../miniconda3/envs/.../etc
MS db-lib source compatibility: no
Sybase binary compatibility: no
Thread safety: yes
iconv library: yes
TDS version: auto
iODBC: no
unixodbc: yes
SSPI "trusted" logins: no
Kerberos: no
OpenSSL: yes
GnuTLS: no
MARS: yes
Thanks for any assistance you can provide. CTDS has been a great help on previous projects, so thanks!
The text was updated successfully, but these errors were encountered:
Hi, I am having receiving an error when converting Python floats to SqlDecimal.
Here is a minimal example:
My setup:
MacOS BigSur
Version 11.7
Python 3.10.9
Working in a Conda Environment
Name Version Build Channel
ctds 1.14.0 py310h90acd4f_3 conda-forge
Result of running
$ tsql -C
:Compile-time settings (established with the "configure" script)
Version: freetds v1.1.15
freetds.conf directory: /Users/.../miniconda3/envs/.../etc
MS db-lib source compatibility: no
Sybase binary compatibility: no
Thread safety: yes
iconv library: yes
TDS version: auto
iODBC: no
unixodbc: yes
SSPI "trusted" logins: no
Kerberos: no
OpenSSL: yes
GnuTLS: no
MARS: yes
Thanks for any assistance you can provide. CTDS has been a great help on previous projects, so thanks!
The text was updated successfully, but these errors were encountered: