Skip to content

Commit a4b3e20

Browse files
committed
Update Firebird.class.php
修复一处注释错误
1 parent 9aef212 commit a4b3e20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ThinkPHP/Library/Think/Db/Driver/Firebird.class.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
use Think\Db\Driver;
1313

1414
/**
15-
* mysql数据库驱动
15+
* Firebird数据库驱动
1616
*/
1717
class Firebird extends Driver{
1818
protected $selectSql = 'SELECT %LIMIT% %DISTINCT% %FIELD% FROM %TABLE%%JOIN%%WHERE%%GROUP%%HAVING%%ORDER%';
@@ -148,4 +148,4 @@ public function parseLimit($limit) {
148148
}
149149
return $limitStr;
150150
}
151-
}
151+
}

0 commit comments

Comments
 (0)