List containing symbols
Nicolas Neuss <[email protected]> Wed, 28 Apr 2010 14:48:11 +0200
| Newsgroups | gmane.lisp.clsql.general |
|---|---|
| Organization | KIT Karlsruhe |
| Message-ID | <[email protected]> |
Hello, I have run into the problem that (clsql-sys::database-output-sql-as-type 'list '(a b c) nil nil) => "(A B C)" which means that package information is discarded. I have "solved" this by using keywords instead, but it might be reasonable to include the package specification in the output. Opinions? Nicolas