[GitHub] [cayenne] KravchenkoAS opened a new pull request #437: CAY-2636 Modeler: Ordering in db import config

2020-11-03 Thread GitBox
KravchenkoAS opened a new pull request #437: URL: https://github.com/apache/cayenne/pull/437 Completed first item: when elements are including or excluding, they are immediately order, all includes are precede all excludes.

[GitHub] [cayenne] KravchenkoAS opened a new pull request #438: fixed return of statement when using FrontBase DB

2020-11-03 Thread GitBox
KravchenkoAS opened a new pull request #438: URL: https://github.com/apache/cayenne/pull/438 FronBase jdbc driver incorrectly returns null instead of statement (or throwing SQLException at least) when connection.prepareStatement(sql, Statement.NO_GENERATED_KEYS) is called. Driver just