X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=db-oracle%2Foracle-sql.lisp;h=08551a8004aebe4f3bd6789346529c096ef62d8f;hp=40a3cb15a4a710d63bb0a607008b40071cc38afc;hb=62547c6f6925d82c6fbc46801700b9256cf2c253;hpb=b2ff4969e20cce173d403de7542d5bf0e46938d7 diff --git a/db-oracle/oracle-sql.lisp b/db-oracle/oracle-sql.lisp index 40a3cb1..08551a8 100644 --- a/db-oracle/oracle-sql.lisp +++ b/db-oracle/oracle-sql.lisp @@ -793,7 +793,7 @@ the length of that format.") (cond ((search " 10g " str) 10) - ((search " 9g " str) + ((search "Oracle9i " str) 10)))