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

sql server数据库,表存在判断方法有问题 #1929

Closed
patrickhu1 opened this issue Nov 4, 2020 · 2 comments
Closed

sql server数据库,表存在判断方法有问题 #1929

patrickhu1 opened this issue Nov 4, 2020 · 2 comments

Comments

@patrickhu1
Copy link

版本号:

jeecg-boot:2.3
sql server 15.00.4073

问题描述:

sqlserver数据库,online表单开发,同步数据表,选择普通同步(保留表数据),仍然会删表重建

截图&代码:

測試后未發現此問題,麻煩提供下sqlserver版本
这应该是sql server的通用问题
image
问题出在这个地方,参数var8,大多数数据库的table_owner是登录名,但是sql server使用的是dbo
image
image

Originally posted by @i-hu in #1774 (comment)

@zhangdaiscott
Copy link
Member

zhangdaiscott commented Nov 9, 2020

看看是不是跟这个问题一样,此问题已经修复
https://gitee.com/jeecg/jeecg-boot/issues/I1WDT5

你升级依赖为这个版本号试试,应该解决了

<dependency>
  <groupId>org.hibernate</groupId>
  <artifactId>hibernate-re</artifactId>
  <version>2.3.03</version>
</dependency>

@patrickhu1
Copy link
Author

看看是不是跟这个问题一样,此问题已经修复
https://gitee.com/jeecg/jeecg-boot/issues/I1WDT5

你升级依赖为这个版本号试试,应该解决了

<dependency>
  <groupId>org.hibernate</groupId>
  <artifactId>hibernate-re</artifactId>
  <version>2.3.03</version>
</dependency>

不好意思,还是没有解决
jeecg3.7的方法可以
image
hibernate-re2.3.03与2.3.01这个方法没有区别
image

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