Fixtures.delete results in ORA-00900: invalid SQL statement for oracle databases

Bug #560025 reported by Paweusz
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
play framework
Won't Fix
Undecided
Nicolas Leroux
1.0
Won't Fix
Undecided
Nicolas Leroux
1.1
Fix Committed
Undecided
Nicolas Leroux

Bug Description

Fixtures.delete results in ORA-00900: invalid SQL statement for oracle databases
In Fixtures.delete we have following code beginning at line 47:
        if (getForeignKeyToggleStmt(false) != null) {
            DB.execute(getForeignKeyToggleStmt(false));
        }
The problem is getForeignKeyToggleStmt method. For oracle db it returns strange string with SQL that I think is intended to be processed in loop?

Changed in play:
status: New → Won't Fix
milestone: 1.0.3 → none
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.