Re: 1 cset was pushed to core/sqlite: - replacing a & with @ to suppress the e...
"Jason Judge" <[email protected]>
| Newsgroups | gmane.comp.cms.xaraya.bk-notices |
|---|---|
| Organization | Xaraya |
| Message-ID | <[email protected]> |
I've raised this with ADOdb. I suspect it is an issue with the drivers, rather than the data dictionary, since some drivers will raise a PHP warning if the table does not exist, and some will not. It all depends on what SQL statement the meta columns fetch is executing, so the warnings should be suppressed there IMO. -- JJ http://phplens.com/lens/lensforum/msgs.php?id=11956 "Marcel van der Boom" <marcel-111RdWWlOxkOkXtL6OYfHgC/[email protected]> wrote in message news:[email protected]... > Changes were applied by marcel to core/sqlite level 15. > WARNING: These changes bypassed the Quality Assurance Tests! > The following cset was applied: > > ChangeSet > 1.2029 05/02/21 14:11:26 [email protected] +2 -0 > - replacing a & with @ to suppress the error which will be generated if the changeTable method is used to create tables > (yes, that sound unintuitive, but apparently that is the case). This fixes the blocker for installing xarpages with sqlite > and should not hurt other databases (logic didnt change) > I'll let jason reconfirm this for other databases. > > html/xaradodb/drivers/adodb-sqlite.inc.php > 1.9 05/02/21 14:11:24 [email protected] +3 -1 > Inserting a comment related to the change in the datadict file. > > html/xaradodb/adodb-datadict.inc.php > 1.9 05/02/21 14:11:23 [email protected] +6 -1 > - replacing a & with @ to suppress the error which will be generated if the changeTable method is used to create tables > (yes, that sound unintuitive, but apparently that is the case). This fixes the blocker for installing xarpages with sqlite > and should not hurt other databases (logic didnt change) > I'll let jason reconfirm this for other databases. > > Links for the differences: > http://xaraya.com:15000/core/sqlite/[email protected]