prrvchr
prrvchr
Hi all, I'm trying to integrate the SQLite JDBC driver into my [jdbcDriverOOo](https://github.com/prrvchr/jdbcDriverOOo/) extension which normally allows any JDBC driver to work in LibreOffice / OpenOffice Base. From the first...
Hi all, I need to embed rdflib in a LibreOffice extension written in python. Libreoffice allows me to add packages to a directory which is added to the python path...
I am trying to retrieve all the values by calling a custom method on a VCardProperty. ([Address](https://github.com/prrvchr/vCardOOo/blob/main/source/vCardOOo/source/io/github/prrvchr/carddav/property/Address.java#L54), [Email](https://github.com/prrvchr/vCardOOo/blob/main/source/vCardOOo/source/io/github/prrvchr/carddav/property/Email.java#L54), [Categories](https://github.com/prrvchr/vCardOOo/blob/main/source/vCardOOo/source/io/github/prrvchr/carddav/property/Categories.java#L50)...) I'm not a Java specialist, but I can't manage to do...
Hi, I have a [Github action](https://github.com/prrvchr/OAuth2OOo/actions/workflows/fascan.yml) who scan my code with FluidAttacks but the [output file](https://github.com/prrvchr/OAuth2OOo/blob/master/Fluid-Attacks-Results.csv) is not updated at the end of the scan. If I run the same...
Hi, I use postgresql 42.7.1 JDBC driver. If we look at the DATA_TYPE column returned for timetz and timestamptz by the getTypeInfo() method of DatabaseMetaData we get 92 and 93...
Hi, I'm interesting by your fast table name parser. I would like to use it for my [LibreOffice database driver](https://prrvchr.github.io/jdbcDriverOOo/). Wouldn't it be possible to also extract the query type?...
Hi all, I just noticed that it is not possible to execute the `java.sql.Connection.prepareStatement(String sql, int option)` method with option on `java.sql.Statement.NO_GENERATED_KEYS` without getting the error: > java.sql.SQLFeatureNotSupportedException: Auto generated...
Hi all, I use H2 in embedded mode. I connect to the database with an URL and a property `user` set to `SA`. This does indeed create an `SA` administrator...
## Description Add new HsqlDB connector ## Additional context and related issues I would like to add some pure JDBC functions to Trino in order to be able to provide...
Hi, If you follow the README.md to install **Eclipse for commiter** you will notice that the **Project Natures** in the **Properties** lists two missing components. If you want to get...