Skip to content

OBridge v1.0-alpha2

Pre-release
Pre-release
Compare
Choose a tag to compare
@karsany karsany released this 09 Mar 21:53
· 156 commits to master since this release
  • test cases created for generated code
  • generated code can handle its own database connection
  • spring-jdbc and google guava (Joiner class) dependency removed and replaced with own implemented version - compiled unified jar size decreased
  • handles collection types without the naming convention ..._LIST
  • [FIX] null handling for in/out parameters
  • [FIX] date handling
  • [FIX] column index problem with function returns #11