mirror of
				https://github.com/nsnail/FreeSql.git
				synced 2025-11-04 17:20:49 +08:00 
			
		
		
		
	- 完善 [Column(MapType = typeof(byte[]))] 对 Guid/string 的映射支持;
This commit is contained in:
		@@ -41,7 +41,7 @@ namespace FreeSql.Odbc.Dameng
 | 
			
		||||
                            case "System.UInt16":
 | 
			
		||||
                            case "System.UInt32":
 | 
			
		||||
                            case "System.UInt64": return $"cast({getExp(operandExp)} as number)";
 | 
			
		||||
                            case "System.Guid": return $"substr(to_char({getExp(operandExp)}), 1, 36)";
 | 
			
		||||
                            case "System.Guid": return $"to_char({getExp(operandExp)})";
 | 
			
		||||
                        }
 | 
			
		||||
                    }
 | 
			
		||||
                    break;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user