Author: tfischer
Date: Wed Jan 23 21:20:19 2013
New Revision: 1437738

URL: http://svn.apache.org/viewvc?rev=1437738&view=rev
Log:
TOR!UE-258: Remove incorrect mapping for BIT in Derby

Modified:
    
db/torque/torque4/trunk/torque-templates/src/main/java/org/apache/torque/templates/platform/PlatformDerbyImpl.java

Modified: 
db/torque/torque4/trunk/torque-templates/src/main/java/org/apache/torque/templates/platform/PlatformDerbyImpl.java
URL: 
http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-templates/src/main/java/org/apache/torque/templates/platform/PlatformDerbyImpl.java?rev=1437738&r1=1437737&r2=1437738&view=diff
==============================================================================
--- 
db/torque/torque4/trunk/torque-templates/src/main/java/org/apache/torque/templates/platform/PlatformDerbyImpl.java
 (original)
+++ 
db/torque/torque4/trunk/torque-templates/src/main/java/org/apache/torque/templates/platform/PlatformDerbyImpl.java
 Wed Jan 23 21:20:19 2013
@@ -63,9 +63,6 @@ public class PlatformDerbyImpl extends P
                 SchemaType.LONGVARCHAR,
                 new SqlType("LONG VARCHAR"));
         setSchemaTypeToSqlTypeMapping(
-                SchemaType.BIT,
-                new SqlType("CHAR(1)"));
-        setSchemaTypeToSqlTypeMapping(
                 SchemaType.TINYINT,
                 new SqlType("SMALLINT"));
     }



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to