Rohit bhagat

Results 7 issues of Rohit bhagat

### Description This PR will add fix for following issues: - For converting string to datetime2, datetimeoffset and smalldatetime using convert function, we are directly using cast function which will...

### Description Currently whenever two tests with testfile name length difference greater than 51, JDBC was throwing StringIndexOutOfBounds Exception. Example added below ``` Started test suite. Now running tests... RUNNING...

### Description Currently, for string functions TRIM, LTRIM, RTRIM, LEFT and RIGHT underlying Postgres function is being used which leads to incorrect output behaviour. This PR will fix this issue...

### Description Currently, for string functions TRIM, LTRIM, RTRIM, LEFT and RIGHT underlying Postgres function is being used which leads to incorrect output behaviour. This PR will fix this issue...

### Description Testing upgrade with replace tests ### Issues Resolved [List any issues this PR will resolve] ### Test Scenarios Covered ### * **Use case based -** * **Boundary conditions...

### Description Currently, whenever an arithmetic operation is performed which results in numeric/decimal, we are storing the result till maximum possible scale instead of the correct scale. This is causing...

### Description Currently when typmod information is computed of a constant using `numeric_get_typmod` function, it returns `precision = 18 and scale = 0` when constant value is 0 irrespective of...