Mark Struberg
d8ddf87a47
OPENJPA-2555 add docs for DateFractionDigits
2019-04-05 23:04:44 +02:00
Mark Struberg
4e59c48364
OPENJPA-2555 use a defaultFractionLength of 0 for backward compat
...
This is how the default of MySQL and the previous behaviour of OpenJPA did.
If a user want he can use either @Column(scale=n) or set it via DBDictionary:
openjpa.jdbc.DBDictionary=(defaultFractionLength=6)
2019-04-05 10:29:27 +02:00
Mark Struberg
a5b50a5bd4
OPENJPA-2784 add docs for sub-second fractions in MariaDB and MySQL
2019-04-03 00:21:02 +02:00
Mark Struberg
99aa054a29
OPENJPA-2784 update db compat matrix
2019-04-02 22:29:47 +02:00
Mark Struberg
6afab6486a
OPENJPA-2754 re-enable dbcp2 auto detection
2019-01-03 00:13:59 +01:00
Maxim Solodovnik
d874cbf6d3
[OPENJPA-2754] maxActive -> maxTotal ( #24 )
...
* [OPENJPA-2754] maxActive -> maxTotal
* commons-pool2 and commons-dbcp2 versions are updated, setMaxActive is deprecated with warn being logged
* DBCPDriverDataSource and AutoDriverDataSource are removed
* BasicDataSource is being loaded in case jdbc.DriverDataSource is set to 'dbcp'
* Normal call is replaced with reflection
2018-11-16 13:48:40 +07:00
Maxim Solodovnik
f2fc98031e
[OPENJPA-2751] trailing white-spaces were removed
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1842614 13f79535-47bb-0310-9956-ffa450edef68
2018-10-02 12:32:32 +00:00
Francesco Chicchiriccò
f399f912cf
[OPENJPA-2750] Commons dbcp is updated to latest version - thx @solomax - This closes #22
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1841800 13f79535-47bb-0310-9956-ffa450edef68
2018-09-24 06:41:20 +00:00
Francesco Chicchiriccò
0303fb28f8
[OPENPJA-2742] Rollback before DDL can be disabled - default behavior is kept
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1834818 13f79535-47bb-0310-9956-ffa450edef68
2018-07-02 06:06:45 +00:00
Francesco Chicchiriccò
3a0875f393
Fix javadocs links (missing file)
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1834591 13f79535-47bb-0310-9956-ffa450edef68
2018-06-28 09:35:51 +00:00
Francesco Chicchiriccò
e368468da2
Fix javadocs links (missing file)
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1834588 13f79535-47bb-0310-9956-ffa450edef68
2018-06-28 09:33:59 +00:00
Francesco Chicchiriccò
66a0a1499c
Fix javadocs links
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1834587 13f79535-47bb-0310-9956-ffa450edef68
2018-06-28 09:32:40 +00:00
Francesco Chicchiriccò
a99daf8f47
Updating Database Support page with MariaDB
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1763715 13f79535-47bb-0310-9956-ffa450edef68
2016-10-07 09:51:50 +00:00
Francesco Chicchiriccò
fe7659fb01
It's 2016 and OpenJPA 3.0 babe
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1763705 13f79535-47bb-0310-9956-ffa450edef68
2016-10-07 09:08:59 +00:00
Mark Struberg
bf2ffecbc0
OPENJPA-2632 add documentation for the new UseTCCLinSelectNew config switch
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1735190 13f79535-47bb-0310-9956-ffa450edef68
2016-03-16 07:27:09 +00:00
Mark Struberg
0a95d37a28
fix broken ref_guide docbook xml
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1730333 13f79535-47bb-0310-9956-ffa450edef68
2016-02-14 13:20:05 +00:00
Heath Thomann
285e4688c3
OPENJPA-2627: Create an option to disable column type checking errors during schema validation.
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1728039 13f79535-47bb-0310-9956-ffa450edef68
2016-02-02 03:54:33 +00:00
Heath Thomann
104fce25c2
OPENJPA-2517: Option to allow the javax.persistence.query.timeout property to apply to EntityManager operations. Ported 2.2.x changes to trunk.
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1700885 13f79535-47bb-0310-9956-ffa450edef68
2015-09-02 20:06:41 +00:00
Mark Struberg
fcde8fd87e
upgrade license year to - 2015
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1671134 13f79535-47bb-0310-9956-ffa450edef68
2015-04-03 19:38:01 +00:00
Mark Struberg
8c6b968190
OPENJPA-2558 add getRepresentation to allow BooleanRepresentation be used in SQLBuffer
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1654352 13f79535-47bb-0310-9956-ffa450edef68
2015-01-23 19:56:22 +00:00
Mark Struberg
c5e4fac841
OPENJPA-2558 implement BooleanRepresentation which can be switched via config
...
Each DBDictionary has it's own default BooleanRepresentation but can easily get changed by the user
e.g. via
<property name="openjpa.jdbc.DBDictionary"
value="(BitTypeName=CHAR(1),BooleanTypeName=CHAR(1),BooleanRepresentation=STRING_10)"/>
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1652761 13f79535-47bb-0310-9956-ffa450edef68
2015-01-18 14:30:44 +00:00
Kevin W. Sutter
d6c469da60
OPENJPA-2509. Updated doc references from @MappedById to @MapsId.
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1598334 13f79535-47bb-0310-9956-ffa450edef68
2014-05-29 16:55:18 +00:00
Heath Thomann
3f33d76a34
OPENJPA-2476: Fixed OptimisticLockEx due to rounding of a Timestamp
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1591541 13f79535-47bb-0310-9956-ffa450edef68
2014-05-01 03:24:11 +00:00
Heath Thomann
d802d74930
OPENJPA-2453: Add support to retain milliseconds of 'un-rounded' Date field.
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1566872 13f79535-47bb-0310-9956-ffa450edef68
2014-02-10 23:55:57 +00:00
Jody Grassel
4e8732d4ae
OPENJPA-2450: Option to disable execution of ALTER SEQUENCE...INCREMENT BY statement for sequences.
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1564080 13f79535-47bb-0310-9956-ffa450edef68
2014-02-03 21:48:45 +00:00
Jeremy Bauer
9f8a682a03
OPENJPA-2366 Committing code and unit tests contributed by Austin Dorenkamp
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1519550 13f79535-47bb-0310-9956-ffa450edef68
2013-09-03 04:18:09 +00:00
Jody Grassel
9acc4e2b73
OPENJPA-2368: Revert change to OpenJPA Extendable ORM Target NameSpace doc update
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1512334 13f79535-47bb-0310-9956-ffa450edef68
2013-08-09 15:12:31 +00:00
Jeremy Bauer
ca76712e38
OPENJPA-1794 aggregate function with no result set must return null
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1506198 13f79535-47bb-0310-9956-ffa450edef68
2013-07-23 18:26:42 +00:00
Albert Lee
e8a2932d4c
OPENJPA-2368 extentable xsd updates
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1468233 13f79535-47bb-0310-9956-ffa450edef68
2013-04-15 21:35:41 +00:00
Pinaki Poddar
6adc2f465f
OPENJPA-2356: Use FETCH OFFSET/NEXT and ROWNUM support for DB2 familiy of databases for Range queries
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1459918 13f79535-47bb-0310-9956-ffa450edef68
2013-03-22 18:22:38 +00:00
Helen Xu
0a91a39dd8
OPENJPA-1532 add migration doc for shared-cache-mode
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1414274 13f79535-47bb-0310-9956-ffa450edef68
2012-11-27 17:24:45 +00:00
Helen Xu
af3df6bd11
OPENJPA-2282 do not append escape clause by default.
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1413890 13f79535-47bb-0310-9956-ffa450edef68
2012-11-26 22:02:44 +00:00
Richard G. Curtis
ef5f605f7f
OPENJPA-2280: Add text to the migration considerations for MappingTool changes.
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1399789 13f79535-47bb-0310-9956-ffa450edef68
2012-10-18 19:03:39 +00:00
Richard G. Curtis
4823f1748e
OPENJPA-1532: Enable shared-cache-mode to turn on datacache without needing openjpa.DataCache configuration. Patch contributed by Helen Xu.
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1396037 13f79535-47bb-0310-9956-ffa450edef68
2012-10-09 13:47:38 +00:00
Jeremy Bauer
8200a351a7
OPENJPA-2120 documentation for OptimizeIdCopy property
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1343753 13f79535-47bb-0310-9956-ffa450edef68
2012-05-29 14:41:11 +00:00
Heath Thomann
e6a8d377bc
OPENJPA-2067: Added code, gated by the new DBDictionary.useJDBC4SetBinaryStream prop, to use a JDBC 4.0 version of setBinaryStream.
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1338494 13f79535-47bb-0310-9956-ffa450edef68
2012-05-15 00:42:09 +00:00
Kevin W. Sutter
155f2626d0
Minor updates to the list of supported databases and their defined aliases.
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1337257 13f79535-47bb-0310-9956-ffa450edef68
2012-05-11 16:20:23 +00:00
Jeremy Bauer
9b322a9318
OPENJPA-2165 Documentation update
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1331053 13f79535-47bb-0310-9956-ffa450edef68
2012-04-26 19:56:07 +00:00
Albert Lee
e9ab0d7cec
OPENJPA-2163 Update migration documentation.
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1307457 13f79535-47bb-0310-9956-ffa450edef68
2012-03-30 15:01:38 +00:00
Albert Lee
42372cf609
OPENJPA-2163 Simplify configuration: move SingletonLifecycleEventManager from property to Compatibility option.
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1307018 13f79535-47bb-0310-9956-ffa450edef68
2012-03-29 17:50:19 +00:00
Albert Lee
284b6e5ced
OPENJPA-2163 Add SingletonLifecycleEventManager property to interface and documentation.
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1306636 13f79535-47bb-0310-9956-ffa450edef68
2012-03-28 23:01:42 +00:00
Albert Lee
a7f8af893c
Update User Guide version, copyright year and upload build problems.
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1299001 13f79535-47bb-0310-9956-ffa450edef68
2012-03-09 19:33:00 +00:00
Kevin W. Sutter
fdda697583
OPENJPA-2123. Introduce a new DBDictionary property (trimStringColumns) that allows for trimming of String columns when retrieved from the ResultSet.
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1292574 13f79535-47bb-0310-9956-ffa450edef68
2012-02-22 23:09:39 +00:00
Kevin W. Sutter
2bbbcc9d73
OPENJPA-2099. With Pinaki's green light, we're going to back out the changes for OpenJPA-2099 and OpenJPA-2111 so that we can make progress on the OpenJPA 2.2.0 release.
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1243702 13f79535-47bb-0310-9956-ffa450edef68
2012-02-13 21:23:54 +00:00
Pinaki Poddar
647ab63101
OPENJPA-2099: doc for openjpa.jdbc.CachesSelect option
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1241509 13f79535-47bb-0310-9956-ffa450edef68
2012-02-07 16:23:51 +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
Dianne E. Richards
2d1ff88afb
OPENJPA-2082 Documentation changes and upload schema
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1229541 13f79535-47bb-0310-9956-ffa450edef68
2012-01-10 13:53:53 +00:00
Donald Woods
4bf8225bfa
OPENJPA-2085 Additional updates for move to Derby 10.8.2.2
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1220520 13f79535-47bb-0310-9956-ffa450edef68
2011-12-18 19:37:46 +00:00
Mark Struberg
e3fbbfbced
OPENJPA-2091 upgrade docbkx plugin to 2.0.13 and FOP-1.0
...
fop now creates the chunked document in an own directory
(directory name == book name), and there is a new template
parameter fop1.extensions. This is needed because some extension
URI got moved from xml.apache.org to xmlgraphics.apache.org.
I compared all outputs and they look the same. I only
saw that the size of the PDF increased a few kB. This might be
caused by embedding some fonts, etc which previously haven't
been shipped. Could need some investigation.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1213170 13f79535-47bb-0310-9956-ffa450edef68
2011-12-12 08:58:46 +00:00
Mark Struberg
a4d56b5c5b
OPENJPA-2091 fix column count
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1213167 13f79535-47bb-0310-9956-ffa450edef68
2011-12-12 08:51:21 +00:00