This is an automated email from the ASF dual-hosted git repository.
ntimofeev pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cayenne.git.
from 5e8ac71 CAY-2630 Prefetched relationships not preserving pending
changes test case
new f499a7f fix: dbimport scheme not working on sqlite, add ability to
import databases where tables are outside catalogs and schemes
new 8d81ef9 refactor: change some foreach with streams, remove duplicate
code
new 6d20bfa Merge remote-tracking branch 'parent/pr/456' into asf-master
new 2e11cd0 Minor code cleanup
The 4 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:
.../cayenne/modeler/action/LoadDbSchemaAction.java | 12 +-
.../editor/dbimport/DatabaseSchemaLoader.java | 159 ++++++++++-----------
.../modeler/editor/dbimport/DbImportTree.java | 31 ++--
.../editor/dbimport/PrintColumnsBiFunction.java | 37 ++---
.../modeler/editor/dbimport/tree/TableNode.java | 9 +-
5 files changed, 128 insertions(+), 120 deletions(-)