Skip to content

Commit 59961bc

Browse files
committed
ignore parse errors due to mix of engines
1 parent 04c8b87 commit 59961bc

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

test-harness/config/ApplicationMixins.cfm

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,10 @@
2323
flushAtRequestEnd = false,
2424
autoManageSession = false,
2525
eventHandling = true,
26-
dialect = 'MySQL'
26+
dialect = 'MySQL',
27+
ignoreParseErrors = true
2728
};
29+
2830
if( server.keyExists( "boxlang" ) ){
2931
this.ormSettings.eventHandler = "cbtestharness.models.entities.BoxLangEventHandler";
3032
} else {

0 commit comments

Comments
 (0)