Highlights
- Arctic Code Vault Contributor
Popular repositories
-
Forked from tada/pljava
PL/Java is a free add-on module that brings Java™ Stored Procedures, Triggers, and Functions to the PostgreSQL™ backend.
Java
-
-
-
-
Forked from Archistar/archistar-smc
Secure multi-party computation for the Archistar multi-cloud BFT system.
Java
-
Forked from pyusb/pyusb
Caution: I use this fork only for submitting work upstream. Do not rely on stable commits - the maintainer often asks that I squash them.
Python
477 contributions in the last year
Contribution activity
April 2021
March 2021
Opened 6 pull requests in 1 repository
tada/pljava
6
merged
- Improvements to experience when pljava.module_path may not be right
- When validating, run class initializer in same access control context as when function is called
- Do not turn consecutive spaces in pg_config output into empty cc/ld arguments
- Fix a bug that blocked SQL generation for some synthetic operator derivations
- Give SQLType an optional= element
- Install 1.6.0's new sqlj.alias_java_language function when updating
Created an issue in tada/pljava that received 1 comment
Improve experience when pljava.module_path is incorrect
The module path must include both the pljava
(implementation) and pljava-api
jars. The automatic construction of the default value suffices when th…