Skip to content

Commit

Permalink
fix(ModuleConfig): Support qb's SqlCommenter
Browse files Browse the repository at this point in the history
  • Loading branch information
elpete committed Apr 19, 2024
1 parent f69479a commit 66799c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ModuleConfig.cfc
Expand Up @@ -52,6 +52,7 @@ component {
.initArg( name = "preventDuplicateJoins", value = settings.preventDuplicateJoins )
.initArg( name = "defaultOptions", value = settings.defaultQueryOptions )
.initArg( name = "utils", dsl = "QueryUtils@qb" )
.initArg( name = "sqlCommenter", ref = "ColdBoxSQLCommenter@qb" )
.initArg( name = "returnFormat", value = "array" );

if ( isSimpleValue( settings.metadataCache ) ) {
Expand Down

0 comments on commit 66799c6

Please sign in to comment.