r9478: 25 May 2004 Kevin Rosenberg <kevin@rosenberg.net>
authorKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 25 May 2004 10:55:10 +0000 (10:55 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 25 May 2004 10:55:10 +0000 (10:55 +0000)
        * 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.


No differences found