Milosz Tylenda
|
110cb20e79
|
OPENJPA-1248: Improve LOB streaming with PostgreSQL when connections are being wrapped by data source; refactor and modify test case not to run Reader LOB tests while on PostgreSQL
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@885935 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-01 21:13:30 +00:00 |
Richard G. Curtis
|
2c00f18f0c
|
OPENJPA-1400: Fix PersistenceCapable.pcIsDetached() when using no statemanager and version is zero.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@885872 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-01 19:13:01 +00:00 |
Donald Woods
|
dce2cd8c6f
|
revert osgi changes that were included in r885573, so they can be committed against a JIRA for tracking
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@885599 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-30 22:33:25 +00:00 |
Donald Woods
|
05226837fd
|
add missing or incorrect license headers found by rat plugin
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@885573 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-30 20:08:15 +00:00 |
Pinaki Poddar
|
69517ce840
|
Save NPE on getting super type
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@885526 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-30 18:22:06 +00:00 |
Albert Lee
|
36a6df375b
|
Avoid dependency on src folder from test case.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@885524 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-30 18:10:01 +00:00 |
Albert Lee
|
cbbe382ecd
|
OPENJPA-1402 - Improve concurrency by not locking relation field whenever appropriate for mixed lock manager.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@884744 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-27 05:11:21 +00:00 |
Pinaki Poddar
|
a1221ea36d
|
Special comparison for two boolean constants
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@884265 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-25 20:52:36 +00:00 |
Pinaki Poddar
|
3d07bcd372
|
Special comparison for two boolean constants
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@884233 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-25 19:32:15 +00:00 |
Pinaki Poddar
|
d4010d13e1
|
Reduce hint handling construction cost
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@883982 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-25 05:41:07 +00:00 |
Pinaki Poddar
|
9438918465
|
Cut down processing cost for identical type.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@883895 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-24 22:05:26 +00:00 |
Pinaki Poddar
|
5d765ea05b
|
OPENJPA-1386: Improve handling of imports that can hide each other
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@883846 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-24 20:12:00 +00:00 |
Pinaki Poddar
|
0635172cbb
|
Set proper return type on evaluated expression.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@883808 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-24 18:37:52 +00:00 |
Albert Lee
|
f6a6ee15f2
|
OPENJPA-1394 - DB2 supports Order By clause with recording locking using "WITH R*" construct. By enabling this feature in the DB2 dictionary, row locking can be perform with the fetch and eliminate the time window other thread snike in to fetch the same row.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@882358 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-19 23:28:45 +00:00 |
Pinaki Poddar
|
0291158f58
|
OPENJPA-1350: Test case (by Rick Curtis) to test early registration of type alias to avoid/minimze risk of multi-threaded repository initialization. Original change was revision 826944
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@882285 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-19 20:37:45 +00:00 |
Fay Wang
|
c3a856faa0
|
OPENJPA-1396: fix metadata-complete problem so that it will override @Transient annotation in the entity class
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@882172 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-19 15:12:36 +00:00 |
Pinaki Poddar
|
9f0b7abbee
|
Run CriteriaTest on MySQL as well.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@881977 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-18 22:44:01 +00:00 |
Pinaki Poddar
|
96c723b3cb
|
Works for MySQL
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@881772 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-18 13:33:04 +00:00 |
Pinaki Poddar
|
f1451e5fd8
|
OPENJPA-1392, OPENJPA-1393: countDistinct() and integer return type for size()
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@881638 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-18 00:53:03 +00:00 |
Michael Dick
|
27996efb48
|
OPENJPA-1384:
Try current classloader when loading DBDictionary.
Submitted By: B.J. Reed
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@881613 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-17 23:09:57 +00:00 |
Catalina Wei
|
ee30b010dc
|
OPENJPA-1388 JPQL named parameter using a reserved word (:vlaue) resulting in ArgumentException
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@881598 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-17 22:59:01 +00:00 |
Pinaki Poddar
|
d797bc1eda
|
Support default projection for untyped result class, if possible.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@881566 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-17 22:10:18 +00:00 |
Pinaki Poddar
|
be2ff16fe3
|
OPENJPA-1391: Handle untyped collection
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@881529 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-17 21:16:23 +00:00 |
Pinaki Poddar
|
481bb3d6eb
|
OPENJPA-1390: From.join(String attr) checks any attribute not only singular attributes.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@881495 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-17 20:35:20 +00:00 |
Pinaki Poddar
|
c44c17bd77
|
Add error messages for attribute not found exceptions.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@881381 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-17 17:13:48 +00:00 |
Pinaki Poddar
|
fb82c6ad13
|
OPENJPA-1381: Ignore preapared query if lock mode changes
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@881011 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-16 22:23:09 +00:00 |
Pinaki Poddar
|
d9d6898558
|
OPENJPA-1051
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@880980 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-16 21:49:59 +00:00 |
Pinaki Poddar
|
9a7bab2a6a
|
OPENJPA-1051: Simplify check for uniqueness of column names. Patch contributed by Ravi Palacherla.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@880972 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-16 21:41:55 +00:00 |
Pinaki Poddar
|
cbde4958f3
|
TeamCity commits left two files behind
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@880929 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-16 19:45:40 +00:00 |
Pinaki Poddar
|
9c275904f3
|
OPENJPA-1387: Revert unique colum related changes to before 880685 plus other changes after that related to OPENJPA-1051 and OPENJPA-1381.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@880922 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-16 19:34:11 +00:00 |
Pinaki Poddar
|
cfea146c29
|
OPENJPA-1381: Ignore preapared query if lock mode changes
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@880891 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-16 18:27:20 +00:00 |
Pinaki Poddar
|
5143d0cafd
|
OPENJPA-1387: Remove non-nullable constraint from Unique column.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@880868 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-16 17:38:16 +00:00 |
Pinaki Poddar
|
69d2415b57
|
OPENJPA-1387: Remove non-nullable constraint from Unique column.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@880865 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-16 17:32:21 +00:00 |
Pinaki Poddar
|
05c785704c
|
OPENJPA-1387: Remove non-nullable constraint from Unique column.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@880834 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-16 16:29:18 +00:00 |
Pinaki Poddar
|
93ae72d15f
|
OPENJPA-1051: Simplify check for uniqueness of column names. Patch contributed by Ravi Palacherla.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@880821 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-16 15:58:24 +00:00 |
Pinaki Poddar
|
a91e85e6db
|
OPENJPA-1051: Simplify check for uniqueness of column names. Patch contributed by Ravi Palacherla.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@880689 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-16 09:33:29 +00:00 |
Pinaki Poddar
|
61f9b32a49
|
OPENJPA-1387: Remove non-nullable constraint from Unique column.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@880686 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-16 09:19:24 +00:00 |
Pinaki Poddar
|
6cf1ca1f63
|
Document MetaModel generator tool usage.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@836052 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-13 23:04:53 +00:00 |
Pinaki Poddar
|
0d0daed2cb
|
Literal value for empty disjunction and conjunction
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@836023 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-13 22:18:32 +00:00 |
Pinaki Poddar
|
6e37c5f34c
|
Use decorator pattern for Criteria Query tests
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@835961 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-13 19:29:48 +00:00 |
Pinaki Poddar
|
6e630e827e
|
OPENJPA-1386: Support field types that can hide each other
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@835756 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-13 06:32:43 +00:00 |
Pinaki Poddar
|
6ae4adf687
|
OPENJPA-1386: Detect type name hiding while generating metamodel source code
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@835753 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-13 06:27:03 +00:00 |
Michael Dick
|
f6327de653
|
OPENJPA-1173:
Updating PostgreSQL driver.
Submitted by: Tim McConnell
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@835716 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-13 03:04:03 +00:00 |
Pinaki Poddar
|
865dad93aa
|
OPENJPA-1385: Visit having clause to collect query parameters
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@835628 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-12 23:10:46 +00:00 |
Michael Dick
|
2271a54167
|
OPENJPA-1383:
Setting DateFormat.SHORT and LOCALE.US in testcases.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@835445 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-12 17:03:34 +00:00 |
Pinaki Poddar
|
091109041f
|
OPENJPA-1047: Prohibit Table annotation or XML descriptor element for MappedSuperclass.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@835293 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-12 08:12:40 +00:00 |
Pinaki Poddar
|
8c952771dc
|
OPENJPA-1047: Prohibit Table annotation or XML descriptor element for MappedSuperclass.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@835292 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-12 08:10:05 +00:00 |
Pinaki Poddar
|
965c997c24
|
Generate MappedSuperClass through reverse mapping tool.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@835285 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-12 07:46:32 +00:00 |
Pinaki Poddar
|
befbc83945
|
OPENJPA-117: provide registered TransactionListeners as unmodifiable collection
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@835280 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-12 07:35:26 +00:00 |
Pinaki Poddar
|
70fc46f93e
|
OPENJPA-459: Bulk update using a join instead of a subselect
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@835257 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-12 06:35:31 +00:00 |