PHP-SQL-Parser 4.6
What's Changed
- fix "strpos empty needle" warning by @nicoder in #321
- Add Additional Builders for CREATE statements by @atiernan in #363
- Adds support for missing spaces near parentheses by @czoIg in #362
- Add handling index hints in FROM and JOIN by @czoIg in #359
- UnableToCalculatePositionException if a function is used inside JOIN condition by @czoIg in #358
- Added badly documented data type alias by @xsist10 in #356
- Fix issue 335 multiplication operator wrongly parsed as colref by @nicoder in #336
- Prevent a warning in PHP 8.2 by @mmcev106 in #370
New Contributors
- @atiernan made their first contribution in #363
- @czoIg made their first contribution in #362
- @xsist10 made their first contribution in #356
- @mmcev106 made their first contribution in #370
Full Changelog: v4.5.0...v4.6.0