Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DBFirst实体生成,oracle number(1)会映射为bool类型 #1797

Open
fogjie-2020 opened this issue Apr 27, 2024 · 1 comment
Open

DBFirst实体生成,oracle number(1)会映射为bool类型 #1797

fogjie-2020 opened this issue Apr 27, 2024 · 1 comment

Comments

@fogjie-2020
Copy link

问题描述及重现代码:

// c# code
  [JsonProperty, Column(Name = "TEST_TYPE")]
  public bool? TestType{ get; set; }

#### 数据库版本
oracle12c

#### 安装的Nuget包
FreeSql 3.2.810
FreeSql.Generator 3.2.821

#### .net framework/. net core? 及具体版本
.net 7
@2881099
Copy link
Collaborator

2881099 commented Apr 27, 2024

是的,如果不想,可以修改模板二次生成解决

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants