Re: Random missing postgresql functions
Kevin Rosenberg <kevin-HJRc7zDS/[email protected]>
| Newsgroups | gmane.lisp.clsql.devel |
|---|---|
| Message-ID | <[email protected]> |
In general, the SQL functions are based on CommonSQL and are applicable to add database backends, except for a few CommonSQL functions which are specific for Oracle. I haven't looked, but may I assume that the "lower" and "to-char" functions are postgresql-specific based on the subject of your message. If that is the case, I'm not sure that it is wise to start adding functions to are specific to database engines since that number can grow quickly and detracts from CLSQL's goal of encouraging compatibilty of CLSQL code across database engines. Kevin