From 6adb0948bc2c47a178806075dfbf63b08088a66c Mon Sep 17 00:00:00 2001 From: Ricky Huang Date: Fri, 20 Nov 2020 15:47:01 -0500 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 88cee8d..e55af82 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,15 @@ ctds https://github.com/zillow/ctds I use ctds 1.10.0, compiled under Win 64 bit using VS 2019. +Update 20201120: + +FreeTDS 1.2+ from AppVeyor builds (VS2017 64b), OpenSSL 1.1.1h. ctds version 1.13. + See Release page: https://github.com/HuangRicky/ctds-python-win/releases + + # Question: What does this package do The most important usage is the .bcp method. Usually, pyodbc or other similar package can provide reading access with great performance (btw, turbodbc gives the best reading performance in my test cases). However those package does not support bulk insert. Ctds is the only package can support in memory bcp according to my research. Under Windows, it is not trivial to compile ctds because you need to get different pieces ready, perhaps set up PATH. I have sorted it out and compile the ctds package for you but **make sure you agree to all terms and conditions and honor licenses of original libraries!**