mirror of
				https://gitee.com/dromara/mayfly-go
				synced 2025-11-04 08:20:25 +08:00 
			
		
		
		
	refactor: dbm重构、调整metadata与dialect接口
This commit is contained in:
		@@ -147,7 +147,6 @@ func (dc *DataHelper) ParseData(dbColumnValue any, dataType dbi.DataType) any {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (dc *DataHelper) WrapValue(dbColumnValue any, dataType dbi.DataType) string {
 | 
			
		||||
 | 
			
		||||
	if dbColumnValue == nil {
 | 
			
		||||
		return "NULL"
 | 
			
		||||
	}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user