mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
* API: take care of INNODB and STRICT_TRANS_TABLES for recent mysql installations
This commit is contained in:
parent
711b1c4886
commit
050a1307cb
@ -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