Pinaki Poddar
|
5d27c28dd4
|
OPENJPA-800: Introduce OpenJPAQueryBuilder interface. Implement CONCAT() and other String functions.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@726879 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-16 00:02:12 +00:00 |
Pinaki Poddar
|
9c8b2d2cd8
|
OPENJPA-825: Execute slice operations serailly when openjpa.Multithreaded=true. Otherwise continue using parallel execution mode.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@726770 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-15 19:02:19 +00:00 |
Jeremy Bauer
|
c1d791f6dd
|
OPENJPA-823 Added new 2.0 schemas and updated persistence and metadata parsers to use per-version schema validation
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@726144 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-12 22:36:30 +00:00 |
Catalina Wei
|
debe82b8d0
|
OPENJPA-805 JPQL iteration 1 - add support for COALESCE and NULLIF expressions
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@725881 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-12 01:29:19 +00:00 |
Jeremy Bauer
|
cabd344397
|
OPENJPA-800 remove version milestone indicator from build artifacts
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@725817 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-11 21:17:55 +00:00 |
Fay Wang
|
11a57c87c5
|
OPENJPA-782: add orm support for CollectionTable and
ElementCollection
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@725770 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-11 18:42:10 +00:00 |
Catalina Wei
|
979a6e373c
|
OPENJPA-805 JPQL iteration 1: add support for Case Expressions
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@725728 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-11 16:16:32 +00:00 |
Catalina Wei
|
2bb40626e6
|
OPENJPA-805 JPQL iteration 1 add support for select ScalarExpression & Order By selectAlias
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@725530 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-11 01:43:52 +00:00 |
Pinaki Poddar
|
d1f498b59e
|
OPENJPA-806: Testing Criteria API by executing against the database. Persistent test classes declare fields as appropriate to the tested queries. Criteria that use new JPQL constructs such as KEY(), CASE etc. are compared literally with handcrafted JPQL string. The supported ones are executed against the database.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@725522 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-11 01:29:10 +00:00 |
Catalina Wei
|
8f97b2248a
|
OPENJPA-805 JPQL updates - iteration 1
Sync up with JPQL.jjt to pass regression
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@725485 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-10 23:34:55 +00:00 |
Catalina Wei
|
243b68dbb7
|
OPENJPA-805 JPQL updates - iteration 1
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@725429 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-10 20:52:36 +00:00 |
Pinaki Poddar
|
66434c6ebf
|
OPENJPA-820: Test entity reference can be used as query parameter for slices.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@725078 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-10 13:03:08 +00:00 |
Pinaki Poddar
|
57d329d3c5
|
OPENJPA-821: DistributedStoreQuery$UpdateExecutor called executeDelete(). Should be executeUpdate()
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@725070 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-10 12:36:24 +00:00 |
Pinaki Poddar
|
62e1deae8f
|
OPENJPA-801: PCPath is now a CandidatePath. But why was it not before?
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@724856 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-09 20:08:32 +00:00 |
Catalina Wei
|
569641f095
|
OPENJPA-795 enhancer throws an exception when parsing column name "first.name" because it thinks 'first' is a table name
In U2 database column name may contain '.'
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@724817 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-09 18:49:49 +00:00 |
Michael Dick
|
82e702867e
|
OPENJPA-817 fixed in trunk
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@724765 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-09 16:04:37 +00:00 |
Pinaki Poddar
|
411382d4d9
|
OPENJPA-806: Refactor different domain paths into a single list in QueryDefinitionImpl.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@724564 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-09 00:17:23 +00:00 |
Fay Wang
|
9946b6c19b
|
OPENJPA-792: MappedSuperClass problem. Commit on behalf of
Sandhya Turaga.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@724490 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-08 21:22:58 +00:00 |
Fay Wang
|
e78a1bc079
|
OPENJPA-782: embeddable support
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@724437 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-08 18:27:45 +00:00 |
Pinaki Poddar
|
74c5f3078f
|
OPENJPA-806: Interface changes (merge Selectable to Visitable) + String Functions (Concat etc) + Detect recursion
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@724402 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-08 17:00:34 +00:00 |
Michael Dick
|
7a6ac4afc7
|
Reverting OPENJPA_817 in trunk. Conflict with Issue 706 causes unpredictable results
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@723914 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-05 23:00:22 +00:00 |
Michael Dick
|
b45e0655df
|
OPENJPA-818 changing tck profile to use geronimo api
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@723873 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-05 21:23:36 +00:00 |
Michael Dick
|
c15fb7dfbb
|
OPENJPA-817 preserve order of statements with ConstraintUpdateManager merge to trunk
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@723854 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-05 20:30:05 +00:00 |
Pinaki Poddar
|
4c4219fc22
|
OPENJPA-806: Initial Criteria API implementation.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@723553 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-05 01:37:13 +00:00 |
Fay Wang
|
55b1fa6cd3
|
OPENJPA-815: retrieval fails for an entity that contains an
embeddable, which contains a toMany relation.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@723480 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-04 23:03:42 +00:00 |
Jeremy Bauer
|
c60a95f77a
|
OPENJPA-800 Change release artifact versions for milestone 1
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@723373 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-04 16:51:03 +00:00 |
Pinaki Poddar
|
5bf35c3a40
|
OPENJPA-812: Consider case when aggreate result from a slice can be null
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@723260 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-04 09:09:35 +00:00 |
Albert Lee
|
ef7f18f30c
|
OPENJPA-811 - Committ on behalf of Pinaki Poddar and Dinkar Rao.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@723088 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-03 21:41:54 +00:00 |
Pinaki Poddar
|
c28c7830d5
|
More informative message when multiple fields used wrongly as primary key
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@722060 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-01 12:42:00 +00:00 |
Pinaki Poddar
|
3f47c13c68
|
OPENJPA-787,OPENJPA-799: getSingleResult() and multiple aggregate projections
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@722059 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-01 12:34:17 +00:00 |
Jeremy Bauer
|
492a92a260
|
OPENJPA-773 Updates for JPA 2.0 spec API. Stubbed out unimplemented methods.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@721073 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-27 02:41:13 +00:00 |
Michael Dick
|
1617c44f57
|
OPENJPA-783 committing patch provided by Fernando
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@720529 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-25 16:27:17 +00:00 |
Michael Dick
|
7f7497dee3
|
OPENJPA-781 committing patch contributed by Fernando
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@720521 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-25 16:10:02 +00:00 |
Michael Dick
|
9e67ec5ae8
|
OPENJPA-778 cleanup
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@719739 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-21 22:55:38 +00:00 |
Michael Dick
|
2b1a1e69e2
|
OPENJPA-778 committing patch provided by Fernando
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@719698 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-21 20:16:32 +00:00 |
Pinaki Poddar
|
76c3cd36cc
|
Elaborate on usage of Entity Reference as part of compound key
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@719627 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-21 16:31:45 +00:00 |
Kevin W. Sutter
|
68d48f948e
|
OPENJPA-774. Committing the patch provided by Alexey Ousov in trunk and the 1.3.x branch.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@719388 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-20 21:48:54 +00:00 |
Fay Wang
|
bb937f3634
|
OPENJPA-742: add get lineNumber/ColumnNumber to SourceTracker
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@719314 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-20 18:16:46 +00:00 |
Srinivasa Segu
|
031f525d4f
|
OPENJPA-680 - After load and after refresh callbacks were each resulting in a post load call resulting in the duplicate call. Fix addresses the same and re-introduces the original fix.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@719166 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-20 05:37:59 +00:00 |
Pinaki Poddar
|
64a1293f51
|
OPENJPA-772: Sets JPA spec version to the 2.0 EA snapshot (which has partial definition of JPA 2.0 API) and sets parent pom to apache (which defines the sanpshot repos). Patch cotributed by David Jencks.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@718426 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-17 22:56:14 +00:00 |
Pinaki Poddar
|
9d40841d48
|
OPENJPA-340: Let DBDictionary generate Unique Constraint names rather than Unique trying to auto-generate such names in lesser scope. Strengthen the tests to have exactly same named unique columns in two classes to verify that the unique constraint names are unique across tables.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@713778 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-13 18:33:07 +00:00 |
Pinaki Poddar
|
25c31398f1
|
OPENJPA-766: Use @AllowFailure to remove <exclude> clause for failing tests in pom.xml. Also added a facility to list tests that are annotated with AllowFailure.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@713630 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-13 04:09:08 +00:00 |
Michael Dick
|
1ae20fc277
|
unify doPrivHelpers
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@713493 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-12 20:19:40 +00:00 |
Pinaki Poddar
|
ef910bb684
|
OPENJPA-766: Allow Tests that fail to be included in the repository. Annotate the TestCase or its specific methods with @AllowFailure(true|false)
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@713084 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-11 17:01:42 +00:00 |
Michael Dick
|
02608cc658
|
OPENJPA-765 Check for isInsertable and isUpdatable in HandlerFieldStrategy
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@712928 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-11 03:44:43 +00:00 |
Pinaki Poddar
|
75b9ca7fa3
|
OPENJPA-764: Parse IN expressions with string functions such as UPPER()
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@712842 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-10 21:35:35 +00:00 |
Catalina Wei
|
5550d8dbb5
|
OPENJPA-755 Update to SingleFieldManager to permit detached related entities on a merge with cascade persist.
cosmatic changes only - removed tabs.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@712817 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-10 19:55:00 +00:00 |
Pinaki Poddar
|
e11d0f7e12
|
Generate unique name for unique constraints created by @Column(unique=true)
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@712300 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-07 22:49:13 +00:00 |
Albert Lee
|
ea9378fc96
|
OPENJPA-580 - Improve jdbc url mapping to DB dictionary alias.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@711726 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-05 22:31:42 +00:00 |
Albert Lee
|
f55dff2069
|
OPENJPA-761 - test for null column object and post a more meaning message to the warning log in SchemaGenerator.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@711432 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-04 21:56:35 +00:00 |