Skip to content

Commit 8bbe0cb

Browse files
author
clach04
committed
README updated with how to run test suite and added LANG note to ensure compiler output is pure 7-bit ASCII.
Document that the current failure in the test suite appears to be a DBMS bug. I've also updated bug four-four-one with this information along with the Service Desk number and OpenAPI test case. git-svn-id: http://code.ingres.com/ingres/drivers/python/main@3442 45b5d43f-8932-4c86-835a-3654e5842839
1 parent e54e658 commit 8bbe0cb

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,8 +319,11 @@ Mac OS X, Linux and Unix
319319
3. Initiate the build process.
320320
NOTE this requires the python devel packages to be installed ::
321321

322-
python setup.py build --force
322+
env LANG=c python setup.py build --force
323323

324+
4. Optional, run the test suite: ::
325+
326+
env LANG=c python tests/test_ingresdbi_dbapi20.py
324327

325328

326329
Windows

tests/test_ingresdbi_dbapi20.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -719,8 +719,8 @@ def test_bug_Embedded_NullsUnicode(self):
719719

720720

721721
def test_bug_Embedded_BindNullsVarcharNonPrepared(self):
722-
"""Trac ticket:441 - Identical to test_bug_Embedded_BindNullsVarchar but does not use prepared cursors.
723-
This _may_ be an ODBC bug, if self.curs.prepared='y' is set, no problem reported
722+
"""Trac ticket:441 (DBMS ServiceDesk issue 146002)- Identical to test_bug_Embedded_BindNullsVarchar but does not use prepared cursors.
723+
This is a DBMS bug (_may_ be an ODBC bug), if self.curs.prepared='y' is set, no problem reported. See Service Desk issue 146002.
724724
As of 2009-09-01 fails with error:
725725
Syntax error on 'using'. The correct syntax is:
726726
OPEN CURSORID CURSOR FOR fullselect

0 commit comments

Comments
 (0)