Skip to content

Added BINARY type support for cast function

Compare
Choose a tag to compare
@x86demon x86demon released this 15 Aug 09:22
· 3 commits to 1.2 since this release
cfe8d4d

Usage in DQL CAST(value as binary). Will produce next SQL:

  • MySQL CAST(value as binary)
  • PostgreSQL CAST(value as bytea)

Minimum PHP version update to 5.4