This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cayenne.git
from 7081c9195 Compound PK pagination test
new 190eb3618 aligning DefaultRowReaderFactory id handling with the
actuial RSColumn[] layout
new 10396c6d8 CAY-2967 SQLTemplate/SQLSelect broken pagination
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
RELEASE-NOTES.txt | 1 +
.../org/apache/cayenne/access/jdbc/RSColumn.java | 45 ++++++++++++++--
.../cayenne/access/jdbc/SQLTemplateAction.java | 25 +++++----
.../jdbc/reader/DefaultRowReaderFactory.java | 63 +++++++++++++++-------
.../{FullRowReader.java => IndexRowReader.java} | 59 +++++---------------
.../access/jdbc/reader/OffsetRowReader.java | 5 --
.../java/org/apache/cayenne/CayenneCompoundIT.java | 46 ++++++++++++++++
.../org/apache/cayenne/access/DataContextIT.java | 2 +-
.../cayenne/access/DataContextSQLTemplateIT.java | 45 ++++++++++++++++
9 files changed, 205 insertions(+), 86 deletions(-)
copy
cayenne/src/main/java/org/apache/cayenne/access/jdbc/reader/{FullRowReader.java
=> IndexRowReader.java} (50%)