pgsql DbFirst 完成未测试;oracle 适配进行中

This commit is contained in:
28810
2019-01-04 19:20:37 +08:00
parent a6e44a4cd1
commit 5eb451fc76
31 changed files with 2267 additions and 424 deletions

View File

@ -58,7 +58,7 @@ namespace FreeSql.Internal.CommonProvider {
return this;
}
public string ToSql() {
public virtual string ToSql() {
if (_source == null || _source.Any() == false) return null;
var sb = new StringBuilder();
sb.Append("INSERT INTO ").Append(_commonUtils.QuoteSqlName(_table.DbName)).Append("(");