summaryrefslogtreecommitdiff
path: root/core/tests/Database_Test.php
AgeCommit message (Expand)Author
2009-02-28Change the pattern to identify tables that need prefix substitution toTim Almdal
2009-02-27Replace the string [table_name] with {$prefix}table_name. SlowlyTim Almdal
2009-01-23Add support for parenthetical grouping to Database queries. Turns outBharat Mediratta