Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] SVN: Commit: Bug#259014 - PLSQL record and table Stored procedure suport

SVN: Commit: Bug#259014 - PLSQL record and table Stored procedure suport

https://bugs.eclipse.org/bugs/show_bug.cgi?id=259014

Changes:
- Added PLSQLCollection complex type
- Added support for converting records and collections to/from struct/arrays in PLSQL function blocks
- Updated project.xml to support record/collection types
- Updated project.xml schema
- Added PLSQL test model
- Fixed index issue in PLSQL record expantion
- Fixed caching issue in stored procedures using structs, must build object directly, otherwise get empty pk cache hits
- Changed DatabaseAccessor to log jdbc warnings on finest
- Fixed issue with inheritance outer-join not unpreparing query
- Added support for JDBC struct/array API's to DatabasePlatform
- Fixed null-pointer in XMLPlatform for null classloader.

Code Review: Mike (pending)


Back to the top