Pinaki Poddar
|
816280b17b
|
OPENJPA-2099: Align Slice threading model and Select reuse threading model
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1235594 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-25 02:01:30 +00:00 |
Pinaki Poddar
|
49adef7c61
|
OPENJPA-2099: Use thread gate for reused select. Guard parameter binding
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1235533 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-24 22:26:27 +00:00 |
Pinaki Poddar
|
6bed19c848
|
OPENJPA-2099: cached select for handler strategy
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1233094 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-18 22:20:14 +00:00 |
Pinaki Poddar
|
024ff20a8c
|
OPENJPA-2099: Guard cached select
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1233026 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-18 19:58:59 +00:00 |
Pinaki Poddar
|
6430d8eb92
|
OPENJPA-2111: Optimize lookup when possible
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1232650 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-17 23:37:39 +00:00 |
Pinaki Poddar
|
3c1a262106
|
OPENJPA-2108: Allow configuration for SQL termination character in Mapping Tool
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1232449 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-17 15:52:17 +00:00 |
Pinaki Poddar
|
1a50b5fe76
|
OPENJPA:2099: Cacheing select construct with class/field strategy. Adding configuration
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1232415 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-17 14:04:07 +00:00 |
Mark Struberg
|
3beb74571a
|
switch back trunk to 2.2.0-SNAPSHOT
we wil restart the 2.2.x after a few important fixes on trunk
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1230495 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-12 11:28:50 +00:00 |
Pinaki Poddar
|
2846f873c2
|
OPENJPA-2099: Reuse internal select by parameter rebinding
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1229690 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-10 19:08:31 +00:00 |
Mark Struberg
|
6289157f9c
|
release preparation. Move trunk to 2.3.0-SNAPSHOT
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1229557 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-10 14:29:08 +00:00 |
Albert Lee
|
afef47f798
|
OPENJPA-2104 Get the proper/indirect value from BindParameter.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1227406 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-04 23:57:34 +00:00 |
Kevin W. Sutter
|
9cc9b97c97
|
OPENJPA-2087. Adding "missing" methods on the concrete JDBC classes to allow building with Java 7. Committing this change on behalf of Jacob Nowosatka.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1226933 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-03 20:04:38 +00:00 |
Pinaki Poddar
|
da004e608e
|
OPENJPA:2099: Separate bind parameter and select construction logic
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1225592 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-29 16:54:10 +00:00 |
Pinaki Poddar
|
db415aa984
|
OPENJPA:2099: rollback revision 1225299
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1225348 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-28 21:36:25 +00:00 |
Pinaki Poddar
|
fab4535961
|
OPENJPA-2099: make use of generic types
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1225299 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-28 19:05:52 +00:00 |
Pinaki Poddar
|
14d8109f95
|
OPENJPA-2099: Restore getColumns() method
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1224782 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-26 18:08:35 +00:00 |
Pinaki Poddar
|
ffd2a7bfed
|
OPENJPA-2099: Introduce bind parameter. Remove direct string appending to Select
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1222853 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-23 21:13:35 +00:00 |
Pinaki Poddar
|
e4a94c6cf8
|
OPENJPA-2099: Introduce bind parameter. Remove direct string appending to Select
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1222818 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-23 19:55:46 +00:00 |
Kevin W. Sutter
|
12e33c9af3
|
OPENJPA-2087. Removing the use of the ConcreteClassGenerator. Committing this change on behalf of Jacob Nowosatka.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1214975 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-15 22:28:29 +00:00 |
Richard G. Curtis
|
e24439984b
|
OPENJPA-2068: Optimized calendar creation.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1212503 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-09 16:30:58 +00:00 |
Michael Dick
|
9305834478
|
Undo mainline changes from previous commit
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1212229 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-09 02:40:31 +00:00 |
Michael Dick
|
6595f3125e
|
Adding OpenJPA patch tool
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1212228 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-09 02:36:41 +00:00 |
Albert Lee
|
b66ea198ae
|
OPENJPA-2069 Tolerate concurrent sequence alternation.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1201383 13f79535-47bb-0310-9956-ffa450edef68
|
2011-11-13 01:25:18 +00:00 |
Albert Lee
|
f70dd22afb
|
OPENJPA-2073 Tolerate conf exception for no data source configuration so that live db2 connection is not required for MappingTool invocation.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1200919 13f79535-47bb-0310-9956-ffa450edef68
|
2011-11-11 15:33:58 +00:00 |
Albert Lee
|
5fafa802aa
|
OPENJPA-2069 Update db sequence's INCREMENT BY value to match the allocationSize specified in @SequenceGenerator
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1199921 13f79535-47bb-0310-9956-ffa450edef68
|
2011-11-09 19:12:34 +00:00 |
Richard G. Curtis
|
3d5b44956d
|
OPENJPA-2057: Reverting previous commits.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1197994 13f79535-47bb-0310-9956-ffa450edef68
|
2011-11-05 17:17:26 +00:00 |
Pinaki Poddar
|
3494fab794
|
OPENJPA-2057: Change classloading scheme
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1190716 13f79535-47bb-0310-9956-ffa450edef68
|
2011-10-29 00:44:11 +00:00 |
Ravi Prakash Palacherla
|
201701459a
|
OPENJPA-2066 Edge case in OPENJPA-1227. openJPA fails to create a join and thus returns wrong data when a collection is selected from superclass and another field is selected from subclass two or more levels down the hierarchy
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1189858 13f79535-47bb-0310-9956-ffa450edef68
|
2011-10-27 16:42:11 +00:00 |
Milosz Tylenda
|
b5859a740b
|
OPENJPA-2056: Use single backslash in searchStringEscape on PostgreSQL 9.1 and later.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1180585 13f79535-47bb-0310-9956-ffa450edef68
|
2011-10-09 11:11:58 +00:00 |
Pinaki Poddar
|
4a005fe340
|
useful error message for connection establishment problem
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1178636 13f79535-47bb-0310-9956-ffa450edef68
|
2011-10-03 23:27:44 +00:00 |
Pinaki Poddar
|
accc2e01fb
|
useful error message for connection establishment problem
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1178635 13f79535-47bb-0310-9956-ffa450edef68
|
2011-10-03 23:24:20 +00:00 |
Michael Dick
|
2c80991f6a
|
OPENJPA-2045: Remove NAME from default list of reserved words. Add it explicitly for FoxPro, Access, Pointbase and Informix.
Submitted by Jacob Nowosatka
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1170873 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-14 22:37:19 +00:00 |
Pinaki Poddar
|
e0568bde7d
|
Reduce log message verbosity
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1164520 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-02 13:08:33 +00:00 |
Pinaki Poddar
|
9cf12d186b
|
Add error code for SQLServer database
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1161289 13f79535-47bb-0310-9956-ffa450edef68
|
2011-08-24 21:33:48 +00:00 |
Heath Thomann
|
3842a3d1a9
|
OPENJPA-1691: Made update to localizer.properties
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1160891 13f79535-47bb-0310-9956-ffa450edef68
|
2011-08-23 21:38:37 +00:00 |
Milosz Tylenda
|
dbf066de8e
|
OPENJPA-867: Use 3-argument version of LOCATE-like SQL function where possible, instead of a trick with SUBSTRING.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1160003 13f79535-47bb-0310-9956-ffa450edef68
|
2011-08-21 15:34:37 +00:00 |
Michael Dick
|
78d8843009
|
OPENJPA-2040: Default to non-strict MetaData and Mapping Factories when a user provided factory class is set.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1159318 13f79535-47bb-0310-9956-ffa450edef68
|
2011-08-18 17:20:04 +00:00 |
Richard G. Curtis
|
ea499a8ed6
|
OPENJPA-2039: Update javadoc and minor formatting changes.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1158364 13f79535-47bb-0310-9956-ffa450edef68
|
2011-08-16 16:39:40 +00:00 |
Richard G. Curtis
|
e032624813
|
OPENJPA-2039: Update configuration properties.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1158027 13f79535-47bb-0310-9956-ffa450edef68
|
2011-08-15 21:54:40 +00:00 |
Richard G. Curtis
|
42099529a2
|
OPENJPA-2039: Select FKs for fields that are in the DFG, but not in active fetchplan.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1157903 13f79535-47bb-0310-9956-ffa450edef68
|
2011-08-15 16:36:07 +00:00 |
Michael Dick
|
eb7fb7421f
|
OPENJPA-2038: Add tests for tablename including schema
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1156340 13f79535-47bb-0310-9956-ffa450edef68
|
2011-08-10 19:47:24 +00:00 |
Heath Thomann
|
3598a2d8eb
|
OPENJPA-758: Added code to check the ClassResolver to get a class loader when attempting to load a ValueHandler or FieldStrategy.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1155394 13f79535-47bb-0310-9956-ffa450edef68
|
2011-08-09 15:21:06 +00:00 |
Heath Thomann
|
529827b0fb
|
OPENJPA-1376: Added property for forward compatibility, documented property and migration considerations.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1155358 13f79535-47bb-0310-9956-ffa450edef68
|
2011-08-09 13:30:29 +00:00 |
Heath Thomann
|
8a7ef392f3
|
OPENJPA-1691: Added property for forward compatibility, documented property and migration considerations.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1155056 13f79535-47bb-0310-9956-ffa450edef68
|
2011-08-08 18:53:55 +00:00 |
Michael Dick
|
9a974626fd
|
OPENJPA-2034: Update error codes for H2 database.
Submitted By: Prashant Bhat
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1149697 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-22 19:20:57 +00:00 |
Michael Dick
|
eb4e83fa27
|
OPENJPA-2000: Update realTypeName for Postgres to match the Postgres manual.
Submitted By: Jacob Nowosatka
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1149387 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-21 21:58:24 +00:00 |
Milosz Tylenda
|
dae5ba7def
|
OPENJPA-487: After simplifying SQL generation for LOCATE function, the function works on Firebird 2.1 (wow!).
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1143985 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-07 19:15:42 +00:00 |
Milosz Tylenda
|
8a85ffb402
|
OPENJPA-487: Simplify generated SQL for SUBSTRING and LOCATE JPQL functions by switching from JDO style to JPA style in expressions. SUBSTRING parameters are still inlined to support grouping by SUBSTRING.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1142426 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-03 12:32:03 +00:00 |
Pinaki Poddar
|
41f09d9226
|
OPENJPA-2008: Draft support for native SQL in Slice
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1135806 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-14 21:33:28 +00:00 |
Michael Dick
|
b9e61a8923
|
OPENJPA-2013: Add TEXT to the fixed size type list for Derby and HSQL
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1133904 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-09 14:55:25 +00:00 |