Re: 2 patches: TEXT type & type checking off
Kevin Rosenberg <kevin-HJRc7zDS/[email protected]>
| Newsgroups | gmane.lisp.clsql.general |
|---|---|
| Message-ID | <[email protected]> |
> Here are 2 patches to clsql-4.0.3: > * patch-text.diff -- adding a TEXT database type I reviewed this patch. It seems fine, but I'm not certain that all supported backends support a TEXT field type. If they do not, then the patch leads to the issue of people using CLSQL to be lulled into using non-portable types. Do you know if TEXT is a valid field type for all supported backends? Thanks, Kevin