Issue1786999

classification
Title: Patch: add more diagnostic info in cursor exceptions
Type: Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: cgroves, david-perez
Priority: normal Keywords: patch

Created on 2007-09-03.10:45:35 by david-perez, last changed 2007-09-22.11:38:45 by cgroves.

Files
File name Uploaded Description Edit Remove
zxJDBC.java.patch david-perez, 2007-09-03.10:45:35
PyCursor.java.patch david-perez, 2007-09-03.10:46:08
Messages
msg2876 (view) Author: David Pérez (david-perez) Date: 2007-09-03.10:45:35
This patch adds more diagnostic info in cursor exceptions, the row index where the problem has happened.
msg2877 (view) Author: David Pérez (david-perez) Date: 2007-09-03.10:46:08
File Added: PyCursor.java.patch
msg2878 (view) Author: Charlie Groves (cgroves) Date: 2007-09-22.11:38:45
Looks good!  Committed in r3505.
History
Date User Action Args
2007-09-03 10:45:35david-perezcreate