[Solar-talk] Fetch Error
Paul M Jones
pmjones at paul-m-jones.com
Wed Feb 13 16:47:24 CST 2008
On Feb 13, 2008, at 07:55 , Kilbride, James P. wrote:
> We've talked about this before. We often don't have control over
> tables
> developed by other applications but may have to interface with them.
> Uppercase letters in names is a must for any useful interface to a
> database.
Fair enough. In Solar_Sql_Adapter, in SVN, on like 1972 you should
see this regex:
$regex = '/^[a-z][a-z0-9_]*$/';
Change it to:
$regex = '/^[a-z][a-z0-9_]*$/i';
Let me know if that solves the problem; if so, I'll commit to SVN.
Sorry for the (continued) trouble with this.
-- pmj
More information about the Solar-talk
mailing list