[development] Any solution for solving DB reserved word conflict?

David Durham, Jr. david.durham.jr at gmail.com
Mon Feb 18 02:59:52 UTC 2008


> I would like to ask for some support and suggestion for a 6-year-old
> issue: DB reserved word conflict within Drupal core
> (http://drupal.org/node/371).

I don't really know the particulars of the issue, but in general
reserved word issues can be corrected by using delimited identifiers.
Unfortunately, delimited identifiers can be dbms specific.  Still,
that wheedles the problem down to defining the delimiter for the DBMSs
you want to support.


More information about the development mailing list