Jeremy Bauer
|
592352e8b8
|
OPENJPA-869 Added query expression to target a specific entity during validation
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@740314 13f79535-47bb-0310-9956-ffa450edef68
|
2009-02-03 14:46:17 +00:00 |
Pinaki Poddar
|
b7ca8734b9
|
OPENJPA-703: Parse SQL for both ?n and ? style parameter markers
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@740208 13f79535-47bb-0310-9956-ffa450edef68
|
2009-02-03 04:13:51 +00:00 |
Pinaki Poddar
|
c71522fa9a
|
OPENJPA-703:How user parameters are converted to Object[] is determined by the Executors. Because they are the consumer of this information. kernel.Query toParameterArray() was making many implict assumptions. A detailed test with paramenetrs and forcing PreparedQueryCacheImpl to cache JPQL only.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@740184 13f79535-47bb-0310-9956-ffa450edef68
|
2009-02-03 01:41:25 +00:00 |
Jeremy Bauer
|
8746348ea3
|
OPENJPA-876 Adding required packaging def to DB2 and Oracle example profiles.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@740101 13f79535-47bb-0310-9956-ffa450edef68
|
2009-02-02 20:47:18 +00:00 |
Pinaki Poddar
|
64329e007e
|
OPENJPA-703: Support Collection-valued parameters. Handle re-parameterization when collection-valued parameter has different size across invocations.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@740016 13f79535-47bb-0310-9956-ffa450edef68
|
2009-02-02 15:57:27 +00:00 |
Pinaki Poddar
|
2065e905dd
|
OPENJPA-703: Use Prepared Query for packed results.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@739796 13f79535-47bb-0310-9956-ffa450edef68
|
2009-02-01 17:34:04 +00:00 |
Pinaki Poddar
|
4ed05803e1
|
OPENJPA-703: A separate executor for Prepared SQL.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@739784 13f79535-47bb-0310-9956-ffa450edef68
|
2009-02-01 16:50:45 +00:00 |
Pinaki Poddar
|
e30261e55a
|
OPENJPA-703: Support PersistenceCapable as query parameter during reparameterization of Prepared Query.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@739589 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-31 19:37:01 +00:00 |
Pinaki Poddar
|
47a0f41e72
|
Reuse EMF.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@739178 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-30 05:33:42 +00:00 |
Fay Wang
|
3c85ec758a
|
OPENJPA-870: orphanRemoval support with test case checked in
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@739166 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-30 04:32:51 +00:00 |
Pinaki Poddar
|
d81211251d
|
OPENJPA-703: Deactivate a test whose domain model clashing with other tables during schema creation
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@739159 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-30 03:53:09 +00:00 |
Pinaki Poddar
|
819514f157
|
Cache EntityManagerFactory for better performance
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@739158 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-30 03:51:10 +00:00 |
Fay Wang
|
6453c64343
|
OPENJPA-870: orphanRemoval support
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@739155 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-30 03:15:09 +00:00 |
Pinaki Poddar
|
e47d83b051
|
Make some part of the test database dependent because it verifies hardcoded Derby URL
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@739148 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-30 02:41:14 +00:00 |
Pinaki Poddar
|
d00a4e6eb9
|
OPENJPA-703: Deactivate a test whose domain model clashing with other tables during schema creation
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@739146 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-30 02:33:04 +00:00 |
Pinaki Poddar
|
295442d82f
|
OPENJPA-703: Prepared Query Cache
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@739123 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-30 01:27:35 +00:00 |
Michael Dick
|
1fdd52fb0a
|
OPENJPA-881. 'better' default values for connection pool settings
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@738989 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-29 20:07:13 +00:00 |
Catalina Wei
|
8e60655cd7
|
OPENJPA-865 JPA2 Query support for collection-valued input parameter in in-expression
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@738940 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-29 17:51:35 +00:00 |
Fay Wang
|
963e541fd2
|
OPENJPA-838: check in testcase
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@738918 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-29 16:43:44 +00:00 |
Michael Dick
|
30b7c05468
|
OPENJPA-876 adding db2 and oracle profiles to openjpa-persistence-jdbc/pom.xml
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@738555 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-28 17:22:29 +00:00 |
Jeremy Bauer
|
da91c0bb56
|
OPENJPA-849 Removing partial feature update for milestone release
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@738157 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-27 17:26:02 +00:00 |
Catalina Wei
|
f1d2bf4bef
|
OPENJPA-863 Unexpected mere-cascade behavior when cascade.all/merge specified on both sides of relationships
Committing patch provided by Sandhya Truraga
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@737132 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-23 18:23:18 +00:00 |
Jeremy Bauer
|
017e518bba
|
OPENJPA-802 Base OrderColumn support and corresponding tests
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@736915 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-23 04:54:33 +00:00 |
Catalina Wei
|
8ee71283c9
|
OPENJPA-856 JPQ2 JPQL add support for entity type expression
remove System.out from testcase
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@736895 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-23 02:43:13 +00:00 |
Catalina Wei
|
d49fdb1ea2
|
OPENJPA-856 JPQ2 JPQL add support for entity type expression
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@736881 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-23 01:19:47 +00:00 |
Michael Dick
|
c5736acdf4
|
OPENJPA-864 do not remove table aliases for databases which use JoinSyntaxes.SYNTAX_DATABASE (no joins).
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@736748 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-22 19:16:37 +00:00 |
Michael Dick
|
50f65873f5
|
Fix TestRunner.run calls in TestSQLBigDecimalId, TestSQLDateId, and TestSQLBigIntegerId
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@736320 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-21 14:53:10 +00:00 |
Michael Dick
|
fd42fb9d9e
|
testcase cleanup. Remove System.err.printlns
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@736066 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-20 19:01:50 +00:00 |
Michael Dick
|
0452a7c4ab
|
OPENJPA-809 support JPA 2.0 cache interface.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@736036 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-20 16:50:01 +00:00 |
Pinaki Poddar
|
cdc015fae8
|
OPENJPA-849: Load supported properties from resource.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@735760 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-19 17:47:19 +00:00 |
Fay Wang
|
a09954b754
|
OPENJPA-851: xml orm support for MapKeyClass, MapKeyColumn,
MapKeyJoinColumn
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@734926 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-16 06:49:30 +00:00 |
Catalina Wei
|
7ce5b0dad8
|
OPENJPA-834 removed @AllowFailure from xmlmapping testcase
committing patch provided by Milosz Tylenda
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@734833 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-15 21:52:02 +00:00 |
Catalina Wei
|
9e78d8caae
|
OPENJPA-834 fix xmlmapping testcase
committing patch provided by Milosz Tylenda
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@734828 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-15 21:29:31 +00:00 |
Catalina Wei
|
388c56f05f
|
OPENJPA-846 XML column support for MySQL
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@734601 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-15 03:11:00 +00:00 |
Pinaki Poddar
|
2e2618407d
|
OPENJPA-858: Allow configurable PostPersist callback either post flush/commit or post persist immediately.Also refactored callback options around a CallbackOptions configuration class.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@734344 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-14 06:20:31 +00:00 |
Fay Wang
|
c99c9d24f9
|
OPENJPA-851: enhanced map support for JPA 2.0 (Spec 10.1.26,
10.1.27, 10.1.28, 10.1.29, 10.1.30, 2.7)
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@734319 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-14 04:11:32 +00:00 |
Michael Dick
|
b8ec28b38a
|
OPENJPA-843 refactor testcase so that it runs during a normal maven build.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@734253 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-13 22:05:07 +00:00 |
Michael Dick
|
500fc71ba3
|
OPENJPA-843 move testcases to openjpa-persistence-jdbc module to resolve compile failure
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@733970 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-12 23:56:33 +00:00 |
Catalina Wei
|
4427455757
|
OPENJPA-855 JPA2 Query updates add support for Index function
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@733142 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-09 20:13:20 +00:00 |
Michael Dick
|
f491d6e361
|
OPENJPA-854 remove hard coded trace levels from testcases
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@733054 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-09 15:04:24 +00:00 |
Pinaki Poddar
|
cbbc768673
|
OPENJPA-850: Add notion of equivalent property keys for configurable Value. Use this facility to support new javax.persistence.* style property keys alongside openjpa.* style property keys.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@732443 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-07 19:38:45 +00:00 |
Pinaki Poddar
|
44a4c38a1e
|
OPENJPA-850: Add persistence.xml for equivalent configuration support testing
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@732418 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-07 18:33:24 +00:00 |
Catalina Wei
|
fb7ab1908b
|
OPENJPA-557 Primary key sequences broken with postgres schemas
Commit patch provided by Milosz Tylenda
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@729180 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-24 00:18:32 +00:00 |
Catalina Wei
|
1437517d8c
|
OPENJPA-833 An improved test case for XML column mapping
Commit patch provided by Milosz Tylenda
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@729169 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-23 23:21:11 +00:00 |
Jeremy Bauer
|
c924cc2fc8
|
OPENJPA-803 Added support to allow a specific schema name to be specified on sequence generators per JPA 2.0.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@728147 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-19 21:22:18 +00:00 |
Michael Dick
|
16b7b1a7f7
|
OPENJPA-784 committing patch provided by Fernando
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@728004 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-19 11:36:13 +00:00 |
Jeremy Bauer
|
0e6a3bd79d
|
OPENJPA-823 Removed assertion from test due to variability in JREs
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@727841 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-18 22:22:33 +00:00 |
Jeremy Bauer
|
04900fe85c
|
OPENJPA-819 Committing fix for NPE and corresponding test case contributed by Dianne Richards.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@727813 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-18 20:39:06 +00:00 |
Fay Wang
|
78dda5c2b7
|
OPENJPA-782: add test case for embeddable support
using orm xml.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@727791 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-18 19:08:43 +00:00 |
Fay Wang
|
90f6d5ff80
|
OPENJPA-782: adding element-collection and collection-table
support for XML Serializer
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@727649 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-18 05:44:44 +00:00 |