数据库驱动改进

This commit is contained in:
thinkphp
2017-07-12 15:21:37 +08:00
parent 8d731b2f4c
commit 52e33ddbc7
3 changed files with 5 additions and 1 deletions

View File

@@ -18,6 +18,8 @@ use think\db\Builder;
*/
class Pgsql extends Builder
{
protected $insertSql = 'INSERT INTO %TABLE% (%FIELD%) VALUES (%DATA%) %COMMENT%';
protected $insertAllSql = 'INSERT INTO %TABLE% (%FIELD%) %DATA% %COMMENT%';
/**
* limit分析