-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switched origninal Where function to a WhereRaw function.
Created new Where function(s) capable of taking structs in and storing the filters this way. Added support for multiple data types and for handling of arrays of filters as well as an array of values for one filter. (I.E. WHERE X IN (1, 2, 3))
- Loading branch information
1 parent
edf5cd3
commit 1c1060b
Showing
3 changed files
with
403 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.