[root]/src/au/com/whitesquare/dcaf/persistence/mysql

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| steve | 11 (100.0%) | 348 (100.0%) | 31.6 |
Updated javadoc on use of preparedStatement FetchSize.
3 lines of code changed in:
bug 51: Changed from Fetch size as the last change didn't turn on streaming.
8 lines of code changed in:
bug 51: This change allows different implementations to override the way the PreparedStatement is created for loading lists of objects. This fixes the issue with MySQL loading too much data and blowing the stack.
56 lines of code changed in:
Added MySQL support to DCAF.
281 lines of code changed in: