Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Formatting and naming changes in order to merge @adityagoyal pull request. | Jeremy Dorn | 2013-07-11 | 1 | -3/+1 |
| | |||||
* | Added LEFT OUTER JOIN, RIGHT OUTER JOIN in newline reserved keys.Removed XOR. | adityagoyal | 2013-06-30 | 1 | -0/+5 |
| | | | | | | Added LEFT OUTER JOIN, RIGHT OUTER JOIN in newline reserved keys.Removed XOR. Added LEFT OUTER JOIN and RIGHT OUTER JOIN example for windows. | ||||
* | Added new compress method. Fixes #41 | Jeremy Dorn | 2013-06-12 | 1 | -0/+24 |
| | | | | | Added test cases for CLI mode and compress method. Bumped patch version. | ||||
* | Improved formatting of inline parentheses. Fixes #32 | Jeremy Dorn | 2013-03-20 | 1 | -0/+9 |
| | | | | | Added "IFNULL" as a reserved word. Changed "NOW" to "NOW()" in the reserved word list so it can be used within inline parentheses. | ||||
* | Adding support for CLI syntax highlighting. Fixes #33 | Jeremy Dorn | 2013-03-14 | 1 | -1/+1 |
| | |||||
* | Improving splitQuery method. Fixes #22 | Jeremy Dorn | 2013-02-10 | 1 | -0/+14 |
| | |||||
* | Restructuring code to make it more maintainable.v1.0.1 | Jeremy Dorn | 2012-10-04 | 1 | -2/+26 |
| | | | | | Adding parameter to SqlFormatter::format() to disable syntax highlighting. Making the code compatible with PHP 5.2 by getting rid of an anonymous function. | ||||
* | Formatted source code according to PSR-1 and PSR-2. Added composer support | Florin Patan | 2012-09-10 | 1 | -134/+152 |
| | |||||
* | Adding new removeComments method and using it before splitting queries. | Jeremy Dorn | 2012-08-25 | 1 | -29/+139 |
| | | | | Improved examples page. | ||||
* | Fixed bugs with splitQuery. Updated README and examples. | Jeremy Dorn | 2012-05-22 | 1 | -0/+27 |
| | | | | Fixed undefined variable error with highlight method. | ||||
* | Added new method 'highlight' that only does syntax highlighting and | Jeremy Dorn | 2012-05-12 | 1 | -0/+7 |
| | | | | preserves original whitespace. | ||||
* | Fixing include path in examples. Added example with comments. | jdorn | 2012-05-08 | 1 | -2/+9 |
| | |||||
* | Added example output screenshot. Created examples directory. | Jeremy Dorn | 2012-05-06 | 1 | -0/+27 |