Update of /cvsroot/jython/jython/com/ziclix/python/sql/resource
In directory usw-pr-cvs1:/tmp/cvs-serv25308/ziclix/python/sql/resource
Modified Files:
zxJDBCMessages.properties
Log Message:
execution of procedures with no output works
Index: zxJDBCMessages.properties
===================================================================
RCS file: /cvsroot/jython/jython/com/ziclix/python/sql/resource/zxJDBCMessages.properties,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** zxJDBCMessages.properties 2001/12/12 17:19:45 1.3
--- zxJDBCMessages.properties 2001/12/17 03:44:42 1.4
***************
*** 78,84 ****
nativesql.0=Converts the given SQL statement into the system's native SQL grammar.
! nativesql.1=A driver may convert the JDBC sql grammar into its system's native SQL\
! grammar prior to sending it; this method returns the native form of the statement\
that the driver would have sent.
# exception messages
--- 78,87 ----
nativesql.0=Converts the given SQL statement into the system's native SQL grammar.
! nativesql.1=A driver may convert the JDBC sql grammar into its system's native SQL \
! grammar prior to sending it; this method returns the native form of the statement \
that the driver would have sent.
+
+ updateCountDeprecation=The use of UpdateCountDataHandler is deprecated in favor of \
+ the .updatecount attribute on a cursor.
# exception messages
|