Skip to content

uses namespaces and PHP 5.3.2

Compare
Choose a tag to compare
@witchi witchi released this 17 Apr 21:30
· 283 commits to master since this release
  • ADD: we have a presence in GitHub now, see greelion/PHP-SQL-Parser, both repositories, SVN and GIT will be synchronized
  • ADD: some code to fix problems described with issue 62
  • ADD: some code to handle index hints within FROM clause (issue 99)
  • FIX: issue 133
  • FIX: issue 134
  • FIX: creator problem with direction keyword in ORDER-BY clauses
  • FIX: issue 135
  • CHG: the PHPSQLParserConstants class is now a Singleton
  • ADD: two functions to define custom functions for the parser
  • CHG: parser needs now PHP 5.3.2 as minimal version
  • ADD: the parser uses now namespaces
  • FIX: there was a problem with aliases within expressions of the SELECT clause
  • FIX: all test cases are green, except the cases for the open issues