Skip to content

Tags: greenlion/PHP-SQL-Parser

Tags

v4.6.0

Toggle v4.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prevent a warning in PHP 8.2 (#370)

* Prevent a warning in PHP 8.2

* Made a variable public to allow access in tests

v4.5.0

Toggle v4.5.0's commit message
Fix test case for issue 342

v4.4.0

Toggle v4.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix PHP 8 deprecation notice (#331)

When using the project with PHP 8, you get the following notice: ```
PHP Deprecated:  Required parameter $options follows optional parameter $qchars in vendor\greenlion\php-sql-parser\src\PHPSQLParser\utils\ExpressionToken.php on line 59
```

4.3.0

Toggle 4.3.0's commit message
Fixed identification of unique indexes (#300)

Unique indexes, excepted the first index in the list, were wrongly identified as non-unique.

4.2.1

Toggle 4.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #286 from nabab/patch-1

Prevent Undefined offset error

v4.1.2

Toggle v4.1.2's commit message
Merge pull request #234 from dbould/fix-failing-tests

Fixed 3/7 failing tests

v4.1.1

Toggle v4.1.1's commit message
Merge pull request #213 from xRahul/master

Fixed when REPLACE is used without INTO

v4.1.0

Toggle v4.1.0's commit message
Merge pull request #206 from greenlion/revert-205-master

Revert "fix for MULTIPLE_PARAM_PARENTHESIS sub tree expressions"

v4.0.0

Toggle v4.0.0's commit message
Merge branch 'svnsync'

CHG: the base_expr of a select-expression contains now an explicit alias (with "as"). Check your client code!
CHG: the parser output has been changed because of the new "hints" property (FROM clause)