Tags: GrapsZ/query-builder
Tags
Version 0.2 * Restructure for version 0.2 * Fixed inconsistent quote usage * Throw an Exception when LIMIT clause is used without ORDER BY clause * Implemented Code Climate coverage * Updated README * Update README * Fix travis.yml mistake * Changed phpunit.xml for code coverage with Travis CI * Changed .travis.yml to try to fix code coverage * Changed phpunit.xml to try to fix code coverage * Changed .travis.yml (again) to try to fix code coverage * Renamed field(s) SELECT query functions to column(s) * Moved HAVING clause to SelectQuery * Moved Enums into their own folder * Fixed PHPDoc * Fixed variable name * Added message when using non ANSI operator != instead of <> * Added a line jump to new message and test case * Updated BasicEnum to stop using get_called_class() and removed try catch and disable inspection on an exception that can never happen * Removed a PHPCS Sniff