2.9.10
- 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 thecolumns
argument for the select method. Fixes #34.