prrvchr
prrvchr
if I try to update to the latest version of LOEclipse I have the following message in Eclipse: > Cannot complete the install because of a conflicting dependency. > Software...
Hi, If you try to install the **LOEclipse** plugin under **Eclipse for Java Developer** then the installation will remain blocked at the window asking to trust the sources (ie: the...
Hi all, I use ez-vcard in my LibreOffice extension [vCardOOo](https://prrvchr.github.io/vCardOOo/). For the purposes of this extension, I have extended all the properties supported by vCardOOo to include methods specific to...
After cloning the repository during the first make I get the error: ``` target/sqlite-3.49.1-Linux-Musl-aarch64/sqlite3.c:185094:48: warning: implicit declaration of function ‘RegisterExtensionFunctions’ [-Wimplicit-function-declaration] 185094 | if(!db->mallocFailed && rc==SQLITE_OK){ rc = RegisterExtensionFunctions(db); }...
It would be nice to offer positioned [update/delete/insert on ResultSet](https://docs.oracle.com/cd/A97335_02/apps.102/a83724/resltse4.htm). Especially since this is very easy to implement with [CachedRowSet](https://docs.oracle.com/javase/8/docs/api/javax/sql/rowset/CachedRowSet.html).