Skip to content

Commit

Permalink
fix(QuickBuilder): Add back ability to retrieve the underlying QueryB…
Browse files Browse the repository at this point in the history
…uilder instance
  • Loading branch information
elpete committed Aug 29, 2022
1 parent b17b5ae commit 9b3f3f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions models/QuickBuilder.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -1067,6 +1067,10 @@ component accessors="true" {
.from( getEntity().tableName() );
}

public any function retrieveQuery() {
return variables.qb;
}

/**
* Loads up an entity with data from the database.
* 1. Assigns the key / value pairs.
Expand Down

0 comments on commit 9b3f3f7

Please sign in to comment.