Skip to content

Added BINARY type support for cast function

Compare
Choose a tag to compare
@x86demon x86demon released this 15 Aug 09:22
4ff68a6

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