From: Kevin M. Rosenberg Date: Mon, 24 May 2004 15:22:57 +0000 (+0000) Subject: r9456: relax type for server-version X-Git-Tag: v3.8.6~392 X-Git-Url: http://git.kpe.io/?p=clsql.git;a=commitdiff_plain;h=21ae7203d719886a1f044992e463d5f463727ac0;ds=sidebyside r9456: relax type for server-version --- diff --git a/db-oracle/oracle-sql.lisp b/db-oracle/oracle-sql.lisp index 574c1e6..f71b7f7 100644 --- a/db-oracle/oracle-sql.lisp +++ b/db-oracle/oracle-sql.lisp @@ -105,7 +105,7 @@ output format. In order to extract date strings from output buffers holding multiple date strings in fixed-width fields, we need to know the length of that format.") (server-version - :type string + :type (or null string) :initarg :server-version :reader server-version :documentation @@ -117,7 +117,7 @@ the length of that format.") :documentation "The major version number of the Oracle server, should be 8, 9, or 10") (client-version - :type string + :type (or null string) :initarg :client-version :reader client-version :documentation