mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-12 00:48:26 +01:00
* API: take care of INNODB and STRICT_TRANS_TABLES for recent mysql installations
This commit is contained in:
parent
3d76986cd2
commit
81a724cfaa
@ -247,7 +247,7 @@ class egw_db
|
||||
self::CAPABILITY_NAME_CASE => 'upper',
|
||||
self::CAPABILITY_CLIENT_ENCODING => false,
|
||||
self::CAPABILITY_CASE_INSENSITIV_LIKE => 'LIKE',
|
||||
self::CAPABILITY_REQUIRE_TRUNCATE_VARCHAR => false,
|
||||
self::CAPABILITY_REQUIRE_TRUNCATE_VARCHAR => true,
|
||||
self::CAPABILITY_CAST_AS_VARCHAR => 'CAST(%s AS varchar)',
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user