mirror of
				https://gitee.com/dromara/mayfly-go
				synced 2025-11-04 08:20:25 +08:00 
			
		
		
		
	!86 dbms支持sqlite和一些bug修复
* fix: 达梦数据库连接修复,以支持带特殊字符的密码和schema * fix: oracle bug修复 * feat: dbms支持sqlite * fix: dbms 修改字段名bug
This commit is contained in:
		@@ -75,7 +75,7 @@ type Dialect interface {
 | 
			
		||||
	GetColumns(tableNames ...string) ([]Column, error)
 | 
			
		||||
 | 
			
		||||
	// 获取表主键字段名,没有主键标识则默认第一个字段
 | 
			
		||||
	GetPrimaryKey(tablename string) (string, error)
 | 
			
		||||
	GetPrimaryKey(tableName string) (string, error)
 | 
			
		||||
 | 
			
		||||
	// 获取表索引信息
 | 
			
		||||
	GetTableIndex(tableName string) ([]Index, error)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user