We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
mybatisplus 软件版本 3.5.7
数据库 DM Database Server 64 V8
DB Version: 0x7000c
使用ddl初始化数据库时 OracleDdlGenerator.existTable 执行sql
select COUNT(1) AS NUM from user_tables where table_name = 'DDL_HISTORY';
返回1 导致后续建表sql无法执行,然后执行脚本时报错。
No response
The text was updated successfully, but these errors were encountered:
是否需要将执行sql修改为 "SELECT COUNT(1) AS NUM FROM ALL_TABLES WHERE table_name='"+ getDdlHistory() + "' and OWNER='"+databaseName+"'"
Sorry, something went wrong.
没有这个数据库环境,建议你按照com.baomidou.mybatisplus.extension.ddl.history.IDdlGenerator接口实现一个DM的,如果在DM下通用的你可以考虑PR过来.
No branches or pull requests
确认
功能改进
mybatisplus 软件版本 3.5.7
数据库
DM Database Server 64 V8
DB Version: 0x7000c
使用ddl初始化数据库时 OracleDdlGenerator.existTable 执行sql
select COUNT(1) AS NUM from user_tables where table_name = 'DDL_HISTORY';
返回1 导致后续建表sql无法执行,然后执行脚本时报错。
参考资料
No response
The text was updated successfully, but these errors were encountered: