mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-23 14:28:45 +01:00
* API: take care of INNODB and STRICT_TRANS_TABLES for recent mysql installations
This commit is contained in:
parent
2888e7dfdc
commit
57c30b6440
@ -239,7 +239,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,
|
||||
);
|
||||
|
||||
var $prepared_sql = array(); // sql is the index
|
||||
|
Loading…
Reference in New Issue
Block a user