summaryrefslogtreecommitdiffstats
path: root/lib/Db/NewsMapperV2.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Db/NewsMapperV2.php')
-rw-r--r--lib/Db/NewsMapperV2.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/Db/NewsMapperV2.php b/lib/Db/NewsMapperV2.php
index f7179574c..b33266f8b 100644
--- a/lib/Db/NewsMapperV2.php
+++ b/lib/Db/NewsMapperV2.php
@@ -35,6 +35,13 @@ abstract class NewsMapperV2 extends QBMapper
const TABLE_NAME = null;
/**
+ * Maximum number of prepared parameters that PDO can handle
+ *
+ * @var int
+ */
+ const PDO_PARAMS_LIMIT = 65535;
+
+ /**
* @var Time
*/
private $time;