mirror of
				https://github.com/nsnail/FreeSql.git
				synced 2025-11-04 17:20:49 +08:00 
			
		
		
		
	adjust internal API
This commit is contained in:
		@@ -134,7 +134,7 @@ namespace FreeSql.ShenTong
 | 
			
		||||
        public override string Now => "current_timestamp";
 | 
			
		||||
        public override string NowUtc => "(current_timestamp at time zone 'UTC')";
 | 
			
		||||
 | 
			
		||||
        public override string QuoteWriteParamter(Type type, string paramterName) => paramterName;
 | 
			
		||||
        public override string QuoteWriteParamterAdapter(Type type, string paramterName) => paramterName;
 | 
			
		||||
        protected override string QuoteReadColumnAdapter(Type type, Type mapType, string columnName) => columnName;
 | 
			
		||||
 | 
			
		||||
        public override string GetNoneParamaterSqlValue(List<DbParameter> specialParams, string specialParamFlag, ColumnInfo col, Type type, object value)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user