/[Apache-SVN]
ViewVC logotype

Revision 1652761


Jump to revision: Previous Next
Author: struberg
Date: Sun Jan 18 14:30:44 2015 UTC (9 years, 3 months ago)
Changed paths: 8
Log Message:
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)"/>


Changed paths

Path Details
Directoryopenjpa/trunk/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/sql/BooleanRepresentation.java added
Directoryopenjpa/trunk/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/sql/DBDictionary.java modified , text changed
Directoryopenjpa/trunk/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/sql/DBDictionaryFactory.java modified , text changed
Directoryopenjpa/trunk/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/sql/PostgresDictionary.java modified , text changed
Directoryopenjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/sql/localizer.properties modified , text changed
Directoryopenjpa/trunk/openjpa-jdbc/src/test/java/org/apache/openjpa/jdbc/sql/TestBooleanRepresentation.java added
Directoryopenjpa/trunk/openjpa-project/src/doc/manual/ref_guide_conf.xml modified , text changed
Directoryopenjpa/trunk/openjpa-project/src/doc/manual/ref_guide_dbsetup.xml modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26