From: Kevin M. Rosenberg Date: Tue, 25 May 2004 10:55:10 +0000 (+0000) Subject: r9478: 25 May 2004 Kevin Rosenberg X-Git-Tag: v3.8.6~373 X-Git-Url: http://git.kpe.io/?a=commitdiff_plain;h=e7a214b2445830219022acb5911a3f9303d938bd;hp=e7a214b2445830219022acb5911a3f9303d938bd;p=clsql.git r9478: 25 May 2004 Kevin Rosenberg * sql/oodml.lisp: (string n) now produces a CHAR field. Add new VARCHAR type. Added *default-varchar-length* rather than previous hard-coded varchar length. Remove 'simple-string and 'simple-base-string since they are subtypes of 'string. * db-oracle/oracle-sql.lisp: Use *default-varchar-length* rather than local hard-coded value. * sql/metaclasses.lisp: Convert specified type VARCHAR and (VARCHAR n) to Lisp type string. Convert specified-type (CHAR n) to string. Convert specified-type CHAR to lisp type character. ---