obridge icon indicating copy to clipboard operation
obridge copied to clipboard

Java code generator for calling PL/SQL.

Results 7 obridge issues
Sort by recently updated
recently updated
newest added

Bumps [org.apache.maven:maven-core](https://github.com/apache/maven) from 3.1.1 to 3.8.1. Commits 05c21c6 [maven-release-plugin] prepare release maven-3.8.1 d295dc3 [MNG-7128] keep blocked attribute from mirrors in artifact repositories a469068 next version in branch 3.8.x is 3.8.1-SNAPSHOT...

dependencies

Hi, Here're my db objects: CREATE OR REPLACE TYPE tt_dummmy AS OBJECT ( id NUMBER ) / CREATE OR REPLACE TYPE tt_dummmy_arr as table of tt_dummmy / CREATE OR REPLACE...

bug
enhancement

Requirements: - should use all procedures instead of user procedures, etc. - should put the schema name in the call string, if it is not the same as the connected...

enhancement