-
Bug
-
Resolution: Fixed
-
Minor
-
3.0.9
-
None
-
Oracle XE 10g
When the database is initialized for testing, the schema files aren't processed in the same way that they are by the installer. The installer strips away the comments before loading the schema. In most cases it's fine that this is done, but for Oracle, the table delimiter / is the same as a comment delimiter /* */ so the queries aren't correctly loaded for execution, resulting in SQL errors due to non-queries being executed.
- caused
-
PHPBB-10937 Comment removal functions: Backward compatibility broken
- Closed