Skip to content

Commit

Permalink
Add OracleGrammar WireBox mapping in ModuleConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
elpete committed Dec 13, 2016
1 parent c6dcbd5 commit 5c202f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ModuleConfig.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ component {
.to( "qb.models.Query.Grammars.MySQLGrammar" )
.asSingleton();

binder.map( "OracleGrammar@qb" )
.to( "qb.models.Query.Grammars.OracleGrammar" )
.asSingleton();

binder.map( "QueryUtils@qb" )
.to( "qb.models.Query.QueryUtils" )
.asSingleton();
Expand Down

0 comments on commit 5c202f0

Please sign in to comment.