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 71c8a6ce5 Merge pull request #570 from
m-dzianishchyts/update-generated-tables
new 9953b0735 Swap Oracle container to Testcontainers' compatible one
new 27ab9ee26 Update Oracle JDBC driver
new efafc3c4e Update tests to make Oracle DB able to pass them
new 742fcc270 Refactor Oracle specific test cases
new cf644d8d2 Put aside Oracle CHAR type problem
new 3ab209c1e Simplify waiting for Oracle container startup
new 7e4c9a2ed Amend cf644d8d
new b8590e041 Update Oracle VARCHAR db type
new 2a8c24a70 Merge pull request #569 from m-dzianishchyts/CAY-2798
The 7108 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:
.../dbsync/reverse/dbload/AttributeLoaderIT.java | 23 +++++++++++---
.../org/apache/cayenne/dba/oracle/types.xml | 2 +-
.../org/apache/cayenne/CircularDependencyIT.java | 18 +++++++++--
.../java/org/apache/cayenne/access/Cay2641IT.java | 11 ++++---
.../access/DataContextFlattenedAttributesIT.java | 6 ++--
.../org/apache/cayenne/access/NumericTypesIT.java | 36 +++++++++++-----------
.../exp/AggregateExpInMemoryEvaluationIT.java | 24 +++++++--------
.../exp/parser/ASTFunctionCallStringIT.java | 14 +++++++++
.../apache/cayenne/query/ObjectSelect_RunIT.java | 11 +++++++
.../org/apache/cayenne/query/SQLTemplateIT.java | 12 ++++++--
.../testcontainers/OracleContainerProvider.java | 11 ++-----
pom.xml | 8 ++---
12 files changed, 115 insertions(+), 61 deletions(-)