Fay Wang
|
1a216e9fb7
|
OPENJPA-1483: support count distinct compound key
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@905540 13f79535-47bb-0310-9956-ffa450edef68
|
2010-02-02 07:58:31 +00:00 |
|
Pinaki Poddar
|
784e4560db
|
OPENJPA-960: Block unwrap for Object.class or null argument
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@905355 13f79535-47bb-0310-9956-ffa450edef68
|
2010-02-01 18:28:18 +00:00 |
|
Milosz Tylenda
|
97496b0bd6
|
OPENJPA-1367: Improvements for H2 database. Commit patch provided by Prashant Bhat with slight modifications. Information on CROSS JOIN provided by Thomas Mueller.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@905001 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-31 11:15:01 +00:00 |
|
Fay Wang
|
7aad95a75b
|
OPENJPA-1485: null collection value can still be treated as loaded.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@904728 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-30 04:46:42 +00:00 |
|
Fay Wang
|
1000f39d35
|
OPENJPA-1486: lazily fetched embeddable should not be materialized in the query result
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@904277 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-28 21:57:48 +00:00 |
|
Fay Wang
|
4197457c85
|
OPENJPA-1485: isLoaded util method should return true for an entity when an unloaded basic type is not in the fetch plan.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@903914 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-28 00:04:31 +00:00 |
|
Jeremy Bauer
|
a32573481e
|
OPENJPA-1485 Check persistent collection attributes for null when determining load state.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@903812 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-27 19:57:59 +00:00 |
|
Donald Woods
|
9c90ca5506
|
merged in r902968 from beta branch
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@902988 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-25 21:50:14 +00:00 |
|
Michael Dick
|
79b14dd05f
|
OPENJPA-1150:
Un-exclude writebehind testcases since they're no longer in svn
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@902141 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-22 16:12:12 +00:00 |
|
Michael Dick
|
c246a7a4b1
|
OPENJPA-1150:
Removing incomplete WriteBehind implementation.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@902113 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-22 15:20:03 +00:00 |
|
Pinaki Poddar
|
ec8dba1465
|
OPENJPA-1477: Do not use cached PreparedQuery unless it is initialized
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@901845 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-21 20:17:50 +00:00 |
|
Kevin W. Sutter
|
184cb41619
|
OPENJPA-1476. Turning off the QueryCache by default. The new default value for this property will be "false". Also, disabling the Write Behind testcases.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@901825 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-21 18:48:31 +00:00 |
|
Donald Woods
|
6d253cfe10
|
add missing license headers
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@901810 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-21 18:15:36 +00:00 |
|
Jeremy Bauer
|
bad0838e00
|
OPENJPA-1115 Fix problem with sequence schema matching due to extraneous spaces and fix some testcase failures on non-Derby DB platforms that are caused by naming collisions.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@901525 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-21 04:30:33 +00:00 |
|
Donald Woods
|
3042900de1
|
OPENJPA-1374 allow setUp() code to run, as it is required by tearDown()
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@901492 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-21 01:33:18 +00:00 |
|
Pinaki Poddar
|
b94d23268f
|
OPENJPA-1473: Replace null object with non-null default for aggregate expressions
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@901454 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-21 00:16:03 +00:00 |
|
Donald Woods
|
5a0b97302b
|
OPENJPA-1374 The @DatabasePlatform no longer works, as Derby will always be on the classpath. Switching 3 junits over to use setSupportedDatabases() in their setUp() routines instead....
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@901419 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-20 22:53:02 +00:00 |
|
Donald Woods
|
2b2ede1e38
|
OPENJPA-1374 Enable junits to be executed against an in-memory Derby 10.5.3.0 db. Moved common Derby profiles to the parent POM. Added new Derby props in o-p-j which knocked 2 mins off build time. Added a test-derbymem profile to use Derby 10.5.3.0 as in-memory DB, which reduced build time by 5 mins.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@901374 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-20 20:53:57 +00:00 |
|
Donald Woods
|
531df90e41
|
OPENJPA-1293 JUnit test failure when using Derby 10.5.3.0. Disabling testVariableHaving() for Derby.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@901373 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-20 20:48:42 +00:00 |
|
Jeremy Bauer
|
f4d0966de5
|
OPENJPA-1115 Enabled delimited id test on MySQL and fix identifier conversion related bugs.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@901362 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-20 20:14:19 +00:00 |
|
Catalina Wei
|
4adf1c68a7
|
OPENJPA-1466 Fix Junit test failures on Oracle
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@901295 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-20 17:33:59 +00:00 |
|
Jeremy Bauer
|
245bb82d34
|
OPENJPA-1115 Fixed many naming collisions in delimited id tests. Corrected bug in schema group that broke fully qualified sequence names.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@900955 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-19 21:00:25 +00:00 |
|
Donald Woods
|
68eaab6dcc
|
add comments on tests.openjpa.allowfailure options and behavior
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@900807 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-19 14:59:28 +00:00 |
|
Donald Woods
|
28a6546b14
|
need openjpa.loglevel prop here so you can override if not doing a full build
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@900801 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-19 14:37:35 +00:00 |
|
Kevin W. Sutter
|
d62991acc3
|
OPENJPA-1334. Updated the name of the testcase from TestPartionedDataCache to TestPartitionedDataCache.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@900468 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-18 17:18:38 +00:00 |
|
Fay Wang
|
7f66117b5a
|
OPENJPA-782: element collection field in orm.xml should not be serialized
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@900236 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-17 22:47:47 +00:00 |
|
Fay Wang
|
d31639d7b9
|
OPENJPA-931: support nesting EmbeddedId in IdClass
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@900231 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-17 22:39:32 +00:00 |
|
Richard G. Curtis
|
bbc296ba29
|
OPENJPA250: Fix testcase.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@899853 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-16 00:37:32 +00:00 |
|
Catalina Wei
|
919be02042
|
OPENJPA-1461: Incorrect Oracle CREATE TABLE DDL for XML column
Changed mapping table name from "TORDER" to "TORDERXML" in test case.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@899851 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-16 00:26:51 +00:00 |
|
Jeremy Bauer
|
fadd48fe5b
|
OPENJPA-1115 Remaining delimited identifiers support, including pluggable identifier utility. Includes code and test contributions from Dianne Richards.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@899784 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-15 19:38:18 +00:00 |
|
Pinaki Poddar
|
7b53696e6e
|
OPENJPA-1464: Reparameterize with enum-valued parameters.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@899780 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-15 19:35:16 +00:00 |
|
Richard G. Curtis
|
5a8c5de491
|
OPENJPA-250: Missed a line in the previous merge and remove a test from being excluded in pom.xml
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@899732 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-15 17:49:46 +00:00 |
|
Pinaki Poddar
|
db20d8a011
|
OPENJPA-900: Reduce reflection cost. Enumerate hint keys.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@899530 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-15 05:25:25 +00:00 |
|
Pinaki Poddar
|
b5a412fd42
|
OPENJPA-900: Reduce reflection in hint processing. Redesign with explicit hint keys.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@899529 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-15 05:23:15 +00:00 |
|
Catalina Wei
|
dad4ad1952
|
OPENJPA-1461: Incorrect Oracle CREATE TABLE DDL for XML column
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@899528 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-15 05:12:44 +00:00 |
|
Fay Wang
|
2331d20522
|
OPENJPA-1458: fix named parameter problem
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@898936 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-13 20:49:01 +00:00 |
|
Richard G. Curtis
|
0a83866953
|
OPENJPA-1414: Committing test case. Patch contributed by Dianne Richards.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@898515 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-12 21:04:47 +00:00 |
|
Fay Wang
|
3320287392
|
OPENJPA-1020: fix class cast exception when retrieving eager persistent collection
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@895788 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-04 21:17:35 +00:00 |
|
Milosz Tylenda
|
5b7c20eacb
|
OPENJPA-1248: Test case refactored for easier control of LOB data creation, increased amount of LOB data to a more realistic value (but still under MySQL default BLOB limit - 64 kB).
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@895040 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-01 17:39:28 +00:00 |
|
Albert Lee
|
2274f9c21f
|
Fix test cases adapting to Geronimo Persistence class single/multiple providers behaviors.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@893878 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-25 19:12:35 +00:00 |
|
Catalina Wei
|
5607a959ab
|
OPENJPA-1442 JPA2 java.sql.Date, java.math.BigDecimal, or java.math.BigInteger types as derived primary keys are not Enhanced correctly
Fix testcase to avoid inserting duplicate keys.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@893794 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-24 18:04:17 +00:00 |
|
Catalina Wei
|
a0e001e40a
|
OPENJPA-1442 JPA2 java.sql.Date, java.math.BigDecimal, or java.math.BigInteger types as derived primary keys are not Enhanced correctly
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@893642 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-23 22:33:57 +00:00 |
|
Pinaki Poddar
|
fded22b2e0
|
OPENJPA-1445: Support enums as External values
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@893503 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-23 13:06:03 +00:00 |
|
Pinaki Poddar
|
3dee418d36
|
OPENJPA-1444: Use special result list for distinct query.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@893420 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-23 07:57:31 +00:00 |
|
Kevin W. Sutter
|
91d46a8453
|
OPENJPA-1443. First couple of testcases that should get out of the "exclude" list (with a few minor updates).
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@893400 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-23 04:10:05 +00:00 |
|
Richard G. Curtis
|
781654af60
|
OPENJPA-1224: Backing out DB2 and Derby related changes to investigate in a seperate JIRA.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@893220 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-22 16:28:09 +00:00 |
|
Richard G. Curtis
|
35377aace9
|
OPENJPA-1441: Set pcVersionInit FieldMetaData to transient in PCEnhancer.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@893181 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-22 14:27:19 +00:00 |
|
Pinaki Poddar
|
14a0241792
|
OPENJPA-1440: Allow COUNT(*) syntax when DBDictionary.useWildCardForCount=true
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@892947 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-21 19:55:58 +00:00 |
|
Fay Wang
|
d189eac9dd
|
OPENJPA-1438: fix wherePrimaryKey for entity using derived identity
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@892430 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-19 04:50:24 +00:00 |
|
Fay Wang
|
5d9f08e728
|
OPENJPA-1432: preserve Compatibility flags set in compliance with the Specification.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@892397 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-18 23:24:23 +00:00 |
|