From 18dfd95f484b131a124c2706e360e48349a27d27 Mon Sep 17 00:00:00 2001 From: yinggaozhen Date: Wed, 2 Aug 2017 21:12:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9ESqlite->parseLimit=20limit?= =?UTF-8?q?=E5=8F=82=E6=95=B0=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/db/builder/Sqlite.php | 1 + 1 file changed, 1 insertion(+) diff --git a/library/think/db/builder/Sqlite.php b/library/think/db/builder/Sqlite.php index 55d3abc4..28a5d6f1 100644 --- a/library/think/db/builder/Sqlite.php +++ b/library/think/db/builder/Sqlite.php @@ -22,6 +22,7 @@ class Sqlite extends Builder /** * limit * @access public + * @param string $limit * @return string */ public function parseLimit($limit)