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:
		@@ -99,7 +99,7 @@ namespace FreeSql.MySql
 | 
			
		||||
        public override string Now => "now()";
 | 
			
		||||
        public override string NowUtc => "utc_timestamp()";
 | 
			
		||||
 | 
			
		||||
        public override string QuoteWriteParamter(Type type, string paramterName)
 | 
			
		||||
        public override string QuoteWriteParamterAdapter(Type type, string paramterName)
 | 
			
		||||
        {
 | 
			
		||||
            switch (type.FullName)
 | 
			
		||||
            {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user