diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2015-03-16 15:41:00 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2015-03-16 15:41:00 +0100 |
commit | c2a5bd6a01be635f3d1c59f624cda337f05c4237 (patch) | |
tree | 9da3b19622ddb5ed202d7d67f88ea3af34efbcd0 /lib/private/appframework | |
parent | 06b2446269f16035444eea1335e13b355a48e442 (diff) | |
download | nextcloud-server-c2a5bd6a01be635f3d1c59f624cda337f05c4237.tar.gz nextcloud-server-c2a5bd6a01be635f3d1c59f624cda337f05c4237.zip |
Also add a note that clob does not work in the compare array
Diffstat (limited to 'lib/private/appframework')
-rw-r--r-- | lib/private/appframework/db/db.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/appframework/db/db.php b/lib/private/appframework/db/db.php index 0824e108f49..a9c6fc1e9c7 100644 --- a/lib/private/appframework/db/db.php +++ b/lib/private/appframework/db/db.php @@ -127,6 +127,7 @@ class Db implements IDb { * @param array $input data that should be inserted into the table (column name => value) * @param array|null $compare List of values that should be checked for "if not exists" * If this is null or an empty array, all keys of $input will be compared + * Please note: text fields (clob) must not be used in the compare array * @return int number of inserted rows * @throws \Doctrine\DBAL\DBALException */ |