Giter Site home page Giter Site logo

Comments (6)

DotNetNext avatar DotNetNext commented on June 6, 2024

这个功能在.net framework中不支持

from sqlsugar.

DotNetNext avatar DotNetNext commented on June 6, 2024

Fastest API在 Oracle 中只有 .net core能用

from sqlsugar.

DotNetNext avatar DotNetNext commented on June 6, 2024

用 .NET CORE需要提供完整用例,实体和代码

from sqlsugar.

Yumitoya8569 avatar Yumitoya8569 commented on June 6, 2024

SqlSugar 5.1.4.110
Oracle 11c
.Net (Core) 7

由於是生產環境的代碼, 我這邊只能提供近似的結構, 未實際測試

public class TableA
{
    [SugarColumn(IsPrimaryKey = true)]
    public string key1 { get; set; } = string.Empty;
    [SugarColumn(IsPrimaryKey = true)]
    public string key2 { get; set; } = string.Empty;
    [SugarColumn(IsPrimaryKey = true)]
    public string key3 { get; set; } = string.Empty;
    public string? str1 { get; set; }
    public string? str2 { get; set; }
    public DateTime? date1 { get; set; }
    public DateTime? date2 { get; set; }
    public decimal? num1 { get; set; }
    public decimal? num2 { get; set; }
}

await _db.Fastest<TableA>().PageSize(1000000).BulkMergeAsync(entities);

from sqlsugar.

DotNetNext avatar DotNetNext commented on June 6, 2024

SqlSugarCore 5.1.4.111-preview22

预览版本已修复

from sqlsugar.

DotNetNext avatar DotNetNext commented on June 6, 2024

还有问题发新的isssue

from sqlsugar.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.