Dipesh Dhameliya
Dipesh Dhameliya
> Thanks for your comments and code pointers! > > In patch update I've added support for running JDBC tests with JTDS. When `useJTDSInsteadOfMSSQLJDBC` test config options s set to...
Thanks @andrevb-croesus for reporting this issue. Please note that this issue is also reproducing on normal table under same scenario.
This mentioned fix was also cherry-picked on `BABEL_3_X_DEV` through PR [#2303](https://github.com/babelfish-for-postgresql/babelfish_extensions/pull/2304). @mmmcorpsvit Can you please check if your local branch contains this change?
Hi @mlabarno, Could you please share how many objects are available in the database (rough number would also work)? And what is your expectation in terms of performance?
Update title and description
We recently [fixed similar bug](https://github.com/babelfish-for-postgresql/babelfish_extensions/commit/43f1a5790c3442f8cad46e6b85609e15d7891507) around resultant data type / typmod of case expression. I will check with @Yvinayak07 whether that fix will resolve this issue.
Hi @PauloHMattos, Thank you for reporting this issue. We are able to repro this issue and have filed internal issue to investigate and fix this issue.
@PauloHMattos We are already aware about this limitation and is under assessment. Just to get more clarity, how is it absolutely important for your use case, have you tried any...
Thanks @staticlibs for reporting this issue. We have created internal issue to track this fix.
Please connect to postgres database where extensions are installed, run the following query to check if extensions are upto date. ``` select * from pg_available_extensions where installed_version is not null...