Skip to content

Releases: tsukasa-mixer/PHP-SQL-Parser

v4.5.2

28 Aug 16:45
22dfb4f
Compare
Choose a tag to compare

What's Changed

  • Fix incompatibility with PHP 8 by @stdex in #5

New Contributors

  • @stdex made their first contribution in #5

Full Changelog: v4.5.1...v4.5.2

v4.5.1

15 Sep 12:27
Compare
Choose a tag to compare
fixes

v4.5.0: Feature/code style (#3)

10 Sep 07:03
5eb99dd
Compare
Choose a tag to compare
* Code style fixes

v4.4.4

26 Aug 14:48
1f585e4
Compare
Choose a tag to compare
fix: build user variables

v4.4.3

26 Aug 14:42
0e12a9c
Compare
Choose a tag to compare
Update README.md

v4.4.2

16 Aug 14:25
2e99329
Compare
Choose a tag to compare
fix: add build reserved part

v4.4.1: Fix coma true false (#1)

27 Jul 11:36
1fc2b33
Compare
Choose a tag to compare
* remove `true`, `false` from reseved values

[https://github.com/greenlion/PHP-SQL-Parser/issues/342#issue-953750129]

* remove `true`, `false` from reseved values

[https://github.com/greenlion/PHP-SQL-Parser/issues/342#issue-953750129]

Co-authored-by: Maksim Korobitsyn <m.korobitsyn@tradesoft.ru>