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

是否考虑支持人大金仓 #325

Closed
tianxin8206 opened this issue May 25, 2020 · 7 comments
Closed

是否考虑支持人大金仓 #325

tianxin8206 opened this issue May 25, 2020 · 7 comments

Comments

@tianxin8206
Copy link

.net下貌似还没有ORM工具支持人大金仓,是否考虑支持?

@2881099
Copy link
Collaborator

2881099 commented May 25, 2020

我申请了试用版,没有回音。

达梦好多了,直接可以下载安装。

@maikebing
Copy link

人大金仓 就是 pgsql , 使用npgsql 就行了

@2881099
Copy link
Collaborator

2881099 commented May 26, 2020

测试了用 Npgsql 连不了,文档里有提到他们自己的一个 .dll,但是 nuget 搜索不到,也没看到去哪里下载。目前只有 Odbc 的连接资料。它确实是用 pgsql 源码改,pg_ 一些系统表查询不了。

System.FormatException:“Input string was not in a correct format.”

var conn = new Npgsql.NpgsqlConnection("Server=127.0.0.1;Port=54321;UID=USER2;PWD=123456789;database=TEST");
conn.Open();

@2881099
Copy link
Collaborator

2881099 commented May 26, 2020

有个好消息是,我已经把 OdbcKingbaseES CodeFirst 模式走通了,所有类型的插入、查询正常。

@2881099
Copy link
Collaborator

2881099 commented May 27, 2020

CodeFirst 和 DbFirst 两种模式都已测试通过。

@2881099
Copy link
Collaborator

2881099 commented May 28, 2020

1.6.0-preview0101 已推送

@fayuanliu
Copy link

666

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

4 participants