Skip to content

2.9.10

Compare
Choose a tag to compare
@stefangabos stefangabos released this 03 Dec 21:14
· 267 commits to master since this release
  • updated Russian translation; thanks @rayzru!
  • fixed bug with MySQL functions not being properly handled by the select method when the columns argument was given as an array
  • improved documentation for the select method
  • fixed an issue that would trigger an error if other PHP scripts were including the SqlFormatter library
  • added support for using the AS keyword in the columns argument for the select method. Fixes #34.