fix data type bugs in transformer
This commit is contained in:
		@ -1044,7 +1044,8 @@ enum PreCalcExprExpectResult {
 | 
			
		||||
  PRE_CALC_ERROR,
 | 
			
		||||
  PRE_CALC_PRECISE,
 | 
			
		||||
  PRE_CALC_NOT_PRECISE,
 | 
			
		||||
  PRE_CALC_ROWID
 | 
			
		||||
  PRE_CALC_ROWID,
 | 
			
		||||
  PRE_CALC_LOSSLESS_CAST, // only used in rewrite, will be converted to cast(expr, type) = expr
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
struct ObExprConstraint
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user