Pending

User tests: Successful: Unsuccessful:

avatar wdaniels
wdaniels
10 Apr 2012

First set of patches to assist RDBMS portability as previously discussed on the general development list. This covers the following:

  • Identifier quoting of SQL reserved words:
    • LANGUAGE
    • MODULE
    • OPTION
    • TIME
  • Identifier quoting of Virtuoso reserved word:
    • PASSWORD
  • Quoting of string literals in some places
  • Correct use of non-standard != logic comparison operator to <>
  • Casting of some long types used in SQL functions that may not support long types

These changes are organised by front/admin then by component/module/plugin but squashed into single commits with respect to the categories of changes listed above. Given that none of the categories of changes are intended to alter any functional features, I hope that this is suitably divided and correct granularity for manual testing.

If preferred the commits are available unsquashed on separate branches under wdaniels/joomla-cms as indicated by the [branch-name] prefixes of the squashed commits messages where merged into this (sql92) branch.

These patches are relatively trivial and I do not believe to be contentious. Further patch sets I intend to raise for discussion on joomla platform/cms lists as appropriate.

avatar wdaniels wdaniels - open - 10 Apr 2012
avatar infograf768
infograf768 - comment - 10 Apr 2012

Please create a Tracker on joomlacode with test instructions and add references here

avatar wdaniels
wdaniels - comment - 10 Apr 2012

Logged at joomlacode.org #28391

avatar infograf768
infograf768 - comment - 16 Apr 2012

Please let it know in the tracker when ready to test.

avatar wdaniels wdaniels - close - 25 Apr 2012
avatar wdaniels
wdaniels - comment - 25 Apr 2012

Revised as #198

avatar beat beat - reference | 919e6f4 - 10 Sep 13

Add a Comment

Login with GitHub to post a comment