v3.0.8
- Allow
NULL
in expressions. - Downgraded PHPUnit to 4.8. Removed old PHP versions.
- Updated PHPUnit to 5.1 and fixed some of the tests.
- Added
UNION ALL
as a type ofUNION
. - Expressions are permitted in
SET
operations. - Added
STRAIGHT_JOIN
as a known type of join. - Added missing definitions for
MATCH
andAGAINST
. - Added missing statement (
FLUSH
andDEALLOCATE
).