!86 dbms支持sqlite和一些bug修复

* fix: 达梦数据库连接修复,以支持带特殊字符的密码和schema
* fix: oracle bug修复
* feat: dbms支持sqlite
* fix: dbms 修改字段名bug
This commit is contained in:
zongyangleo
2024-01-19 08:59:35 +00:00
committed by Coder慌
parent b017b902f8
commit 9a59749763
27 changed files with 987 additions and 155 deletions

View File

@@ -0,0 +1,3 @@
ALTER TABLE `t_db_instance`
MODIFY `port` int (8) NULL comment '数据库端口',
MODIFY `username` varchar (255) NULL comment '数据库用户名';