Skip to content

PHP-SQL-Parser 4.6

Latest
Compare
Choose a tag to compare
@greenlion greenlion released this 09 Mar 20:58
· 6 commits to master since this release
f0e4645

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

Full Changelog: v4.5.0...v4.6.0