plotn

Results 140 comments of plotn

@E1izabeth, thank you. But I have no idea what is wrong (and it is not my code, i guess): [ERROR] Failed to execute goal org.eclipse.tycho:tycho-p2-repository-plugin:3.0.0:assemble-repository (default-assemble-repository) on project org.jkiss.dbeaver.ce.product.updateSite: Execution...

@uslss , I guess this is irrelevant with this PR - the reason maybe related with something else

@E1izabeth , hi! What is "sp1" label ? and there is "wait for response" - is it "waiting from me"?

> But I don't like to do it for procedures only. We should use the same for other system objects (tables, columns, etc). Procedures is the general pain, because they...

@serge-rider, I did some investigation and found the following: we need to add to: public interface PostgreServerExtension something like: boolean supportsXmin(); (like supportsOids()) And maybe: String getProceduresXminColumn(); (like String getProceduresOidColumn())...

This code works, should I use it this way?: ``` if (xmin_supported == null) { // Check if xmin supported xmin_supported = false; try (JDBCPreparedStatement dbXminCheck = session.prepareStatement( "SELECT xmin...

> @plotn Hi, I am a little bit lost in all of the changes. Can you list acceptance criteria for this PR. Like what behaviour was changed and for which...

@E1izabeth, @ShadelessFox , @LonwoLonwo could you help me? I did clean repo (compiled under 202303), clean branch, cherry-picked needed commits - to do the clean tests. Everything works fine under...