Skip to content

Commit

Permalink
Add fromRaw to FromSelector regex. Closes Vincit#2628
Browse files Browse the repository at this point in the history
  • Loading branch information
Vectarian-Jorge committed Mar 19, 2024
1 parent f0c3bf5 commit 0e08f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/queryBuilder/QueryBuilderOperationSupport.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const WhereSelector = /^(where|orWhere|andWhere|find\w+)/;
const OnSelector = /^(on|orOn|andOn)/;
const OrderBySelector = /orderBy/;
const JoinSelector = /(join|joinRaw|joinRelated)$/i;
const FromSelector = /^(from|into|table)$/;
const FromSelector = /^(from|fromRaw|into|table)$/;

class QueryBuilderOperationSupport {
constructor(...args) {
Expand Down

0 comments on commit 0e08f22

Please sign in to comment.