Roger Pack

Results 311 comments of Roger Pack

I hadn't set it. It installs a java into /usr/bin/java so sometimes I don't end up "having" to set the environment variable. ``` $ ls /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.252.b09-2.el6_10.x86_64/jre/bin/java ls: /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.252.b09-2.el6_10.x86_64/jre/bin/java: No such...

Oops I think that was an older version. 42.3.1 seems to be: ``` java.sql.SQLFeatureNotSupportedException: Method org.postgresql.jdbc.PgCallableStatement.setInt(String,int) is not yet implemented. at org.postgresql.Driver.notImplemented(Driver.java:701) at org.postgresql.jdbc.PgCallableStatement.setInt(PgCallableStatement.java:711) ``` Thanks!

It is more of a feature request "please implement it". It has not been implemented yet, FWIW...

Is there an example of named parameters working or a link to it?

Yep that's the one. On Sun, Apr 10, 2022 at 2:36 AM Kim Johan Andersson < ***@***.***> wrote: > > On 10-04-2022 07:14, Roger Pack wrote: > > Is there...

(FWIW that Qt bug mentions they worked around using _vsnprintf_s and thus kept windows xp msvcrt.dll compatibility) mingw also apparently has a "mingwex" library for such things as this, FWIW.

FWIW for me FB.logout() did not me out of of facebook, just out of facebook's being connected to my app...

As a workaround, for now I've created a "dummy" connection named "=========== Above this are production ================" (with no host/credentials) to differentiate groups. For followers in case it's helpful there.

nice thanks! (might be still nice to add them to the dropdown query history even if they timeout, but that's a separate issue I suppose).