mirror of
				https://github.com/nsnail/FreeSql.git
				synced 2025-11-04 09:15:27 +08:00 
			
		
		
		
	- 扩展 内部方法 QuoteReadColumn
This commit is contained in:
		@@ -143,7 +143,7 @@ namespace FreeSql.PostgreSQL
 | 
			
		||||
        public override string NowUtc => "(current_timestamp at time zone 'UTC')";
 | 
			
		||||
 | 
			
		||||
        public override string QuoteWriteParamter(Type type, string paramterName) => paramterName;
 | 
			
		||||
        public override string QuoteReadColumn(Type type, string columnName) => columnName;
 | 
			
		||||
        public override string QuoteReadColumn(Type type, Type mapType, string columnName) => columnName;
 | 
			
		||||
 | 
			
		||||
        static ConcurrentDictionary<Type, bool> _dicIsAssignableFromPostgisGeometry = new ConcurrentDictionary<Type, bool>();
 | 
			
		||||
        public override string GetNoneParamaterSqlValue(List<DbParameter> specialParams, Type type, object value)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user