We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9aef212 + a4b3e20 commit d1d007bCopy full SHA for d1d007b
ThinkPHP/Library/Think/Db/Driver/Firebird.class.php
@@ -12,7 +12,7 @@
12
use Think\Db\Driver;
13
14
/**
15
- * mysql数据库驱动
+ * Firebird数据库驱动
16
*/
17
class Firebird extends Driver{
18
protected $selectSql = 'SELECT %LIMIT% %DISTINCT% %FIELD% FROM %TABLE%%JOIN%%WHERE%%GROUP%%HAVING%%ORDER%';
@@ -148,4 +148,4 @@ public function parseLimit($limit) {
148
}
149
return $limitStr;
150
151
-}
+}
0 commit comments