Skip to content

QueryBuilder v2.0.0

Compare
Choose a tag to compare
@koolreport koolreport released this 09 Sep 09:19
· 40 commits to master since this release
  1. Query: Fix the selectRaw rendering
  2. Query: Adding parameters to whereRaw(), havingRaw(), orderByRaw() methods
  3. SQL: Add options to set quotes for identifiers
  4. SQL: Make default not use quotes for identifiers
  5. SQLServer: Generate correct query for limit and offset
  6. Query: Add groupByRaw() method
  7. Query: Add create() static function to create query from array
  8. Query: Adding toArray() function to export query to array format
  9. Query: Add fill() method to quickly fill query with array