Google Code Exporter
Google Code Exporter
``` Issue 21 has been merged into this issue. ``` Original comment by `[email protected]` on 14 Sep 2012 at 6:39
``` thanks lawrence, i changed eng.traineddata and it worked ``` Original comment by `[email protected]` on 28 May 2013 at 9:18
``` Ok, so I did some more digging (trying to access the same database through ODBC from R) and it looks like it's may be caused by SQLRowCount returning negative...
``` Cannot reproduce it here. Please, run test with this extra line: diff -r 703276ff5038 column.go --- a/column.go Fri Nov 01 11:01:50 2013 +1100 +++ b/column.go Tue Nov 12 15:37:36...
``` Hi Alex, and thanks for the quick response. Here is the output with the extra line. I'm getting the MS SQL version... warning: building out-of-date packages: code.google.com/p/odbc/api installing these...
``` Here is my MS SQL Version: Microsoft SQL Server 2008 R2 (RTM) - 10.50.1600.1 (X64) Apr 2 2010 15:48:46 Copyright (c) Microsoft Corporation Standard Edition (64-bit) on Windows NT...
``` Incidentally, 4294967295 is 0xFFFFFFFF. I don't know what MS SQL server is trying to say here... I checked the dbo.temp table that was created at the server, and it...
``` The following change make the TestMSSQLCreateInsertDelete pass, but now it hands on TestMSSQLTransactions diff -r 703276ff5038 column.go --- a/column.go Fri Nov 01 11:01:50 2013 +1100 +++ b/column.go Tue Nov...
``` s/hands/hangs/ ``` Original comment by `victor.kryukov` on 12 Nov 2013 at 6:06
``` May be related: https://code.google.com/p/pyodbc/issues/detail?id=51 Specifically, "On Windows, SQLLEN is an int64 and SQL_NULL_DATA is (-1). Assuming the 64-bit driver is correctly putting a 64-bit -1 in the field, it...