It looks like these files were missed in the SapDB commit.

Dave Polito


Index: db.props
===================================================================
RCS file:
/home/cvspublic/jakarta-turbine/conf/torque/templates/sql/security/db.props,
v
retrieving revision 1.5
diff -u -r1.5 db.props
--- db.props    2001/04/24 23:18:36     1.5
+++ db.props    2001/05/30 00:14:10
@@ -8,4 +8,5 @@
 interbase=default
 sybase=default
 mssql=default
+sapdb=default
 secure.passwords=false

ADD FILE:
/home/cvspublic/jakarta-turbine/conf/torque/templates/sql/base/sapdb/db.prop
s

# Taken from java.sql.Types in the IBM 1.3 JDK
# JDBC to SapDB mappings.

BIT =
TINYINT =
SMALLINT =
INTEGER = INT
BIGINT =
FLOAT =
REAL =
DOUBLE =
NUMERIC =
DECIMAL =
CHAR = VARCHAR2
VARCHAR = VARCHAR2
LONGVARCHAR = VARCHAR2
DATE = DATE
TIME =
TIMESTAMP = DATE
BINARY =
VARBINARY = LONG RAW
LONGVARBINARY =
NULL =
OTHER =
JAVA_OBJECT =
DISTINCT =
STRUCT =
ARRAY =
BLOB =
CLOB =
REF =

AUTOINCREMENT = AUTO_INCREMENT
NOTNULL = NOT NULL

primaryKeyInsideTableDirective = true
foreignKeyInsideTableDirective = true
indexInsideTableDirective = false

removeNotNullWithAutoIncrement = false

suppressDefaults = false

Reply via email to