Changes

Jump to: navigation, search

PostgreSQL Adapter Project - Resources

No change in size, 11:20, 6 December 2010
MySQL Specifications
* SQL mode
: If strict SQL mode is not enabled and you assign a value to a BINARY or VARBINARY column that exceeds the column's maximum length, the value is truncated to fit and a warning is generated.
: ANSI_QUOTES ::Treat “”” as an identifier quote character (like the “`” quote character) and not as a string quote character. You can still use “`” to quote identifiers with this mode enabled. With ANSI_QUOTES enabled, you cannot use double quotation marks to quote literal strings, because it is interpreted as an identifier.
* Storage Engine:
1
edit

Navigation menu