File: changelog

package info (click to toggle)
php-sql-formatter 1.2.17-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 432 kB
  • ctags: 298
  • sloc: php: 924; sql: 221; makefile: 17
file content (21 lines) | stat: -rw-r--r-- 618 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
v1.2.17 - 12 Jan 2014

v1.2.16 - 27 Nov 2013

    Added SqlFormatter::compress method for formatting queries on a single line. Useful for copy/pasting into the command line
    Improved reserved word detection. For example, count is only a reserved word when followed by parentheses now
    More reserved words recognized
    Highlighting support for SQL variables and binary/hex numbers
    Better formatting of LIMIT clauses
    Increased PHPUnit code coverage
    Performance improvements
    Better negative number formatting


v1.2.9 - 27 Apr 2013

v1.2.0 - 22 Dec 2012

v1.1.0 - 11 Nov 2012

v1.0.1 - 7 Oct 2012