Skip to content

Commit dfeff57

Browse files
authored
Set default grammar
1 parent d5e5603 commit dfeff57

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test-harness/config/Coldbox.cfc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,8 @@
132132
enabled : true,
133133
expanded : false,
134134
// Log the binding parameters
135-
logParams : true
135+
logParams : true,
136+
defaultGrammar : "MySQLGrammar@qb"
136137
},
137138
// cborm Reporting
138139
cborm : {

0 commit comments

Comments
 (0)