mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-06 23:02:48 +08:00
完善数据库驱动
This commit is contained in:
@@ -41,11 +41,11 @@ class Oracle extends Builder
|
||||
}
|
||||
return $limitStr ? ' WHERE ' . $limitStr : '';
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置锁机制
|
||||
* @access protected
|
||||
* @param bool|false $lock
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
protected function parseLock($lock = false)
|
||||
|
||||
@@ -58,11 +58,11 @@ class Sqlsrv extends Builder
|
||||
|
||||
/**
|
||||
* limit
|
||||
* @access public
|
||||
* @access protected
|
||||
* @param mixed $limit
|
||||
* @return string
|
||||
*/
|
||||
public function parseLimit($limit)
|
||||
protected function parseLimit($limit)
|
||||
{
|
||||
if (empty($limit)) {
|
||||
return '';
|
||||
|
||||
Reference in New Issue
Block a user