Change svn:eol-style to LF

This commit is contained in:
dsyer
2008-03-06 21:59:13 +00:00
parent ee5746a860
commit f5e85d5f63
372 changed files with 33472 additions and 33470 deletions

View File

@@ -1,3 +1,3 @@
#parse("${includes}/destroy.sql.vpp")
#parse("${includes}/destroy.sql.vpp")
#parse("${includes}/init.sql.vpp")

View File

@@ -1,7 +1,7 @@
platform=db2
# SQL language oddities
BIGINT = BIGINT
IDENTITY =
BLOB = BLOB
# for generating drop statements...
SEQUENCE = SEQUENCE
platform=db2
# SQL language oddities
BIGINT = BIGINT
IDENTITY =
BLOB = BLOB
# for generating drop statements...
SEQUENCE = SEQUENCE

View File

@@ -1,2 +1,2 @@
#macro (sequence $name)CREATE SEQUENCE ${name};
#end
#macro (sequence $name)CREATE SEQUENCE ${name};
#end

View File

@@ -1,8 +1,8 @@
platform=db2
# SQL language oddities
BIGINT = BIGINT
IDENTITY =
GENERATED = GENERATED BY DEFAULT AS IDENTITY
BLOB = BLOB
# for generating drop statements...
SEQUENCE = TABLE
platform=db2
# SQL language oddities
BIGINT = BIGINT
IDENTITY =
GENERATED = GENERATED BY DEFAULT AS IDENTITY
BLOB = BLOB
# for generating drop statements...
SEQUENCE = TABLE

View File

@@ -1,2 +1,2 @@
#macro (sequence $name)CREATE TABLE ${name} (ID BIGINT PRIMARY KEY GENERATED BY DEFAULT AS IDENTITY, DUMMY VARCHAR(1));
#end
#macro (sequence $name)CREATE TABLE ${name} (ID BIGINT PRIMARY KEY GENERATED BY DEFAULT AS IDENTITY, DUMMY VARCHAR(1));
#end

View File

@@ -1,8 +1,8 @@
platform=hsqldb
# SQL language oddities
BIGINT = BIGINT
IDENTITY = IDENTITY
IFEXISTS = IF EXISTS
BLOB = LONGVARBINARY
# for generating drop statements...
SEQUENCE = TABLE
platform=hsqldb
# SQL language oddities
BIGINT = BIGINT
IDENTITY = IDENTITY
IFEXISTS = IF EXISTS
BLOB = LONGVARBINARY
# for generating drop statements...
SEQUENCE = TABLE

View File

@@ -1,4 +1,4 @@
#macro (sequence $name)CREATE TABLE ${name} (
ID BIGINT IDENTITY
);
#end
#macro (sequence $name)CREATE TABLE ${name} (
ID BIGINT IDENTITY
);
#end

View File

@@ -1,9 +1,9 @@
platform=oracle10g
# SQL language oddities
BIGINT = BIGINT
IDENTITY = unsigned
GENERATED =
IFEXISTSBEFORE = IF EXISTS
BLOB = BLOB
# for generating drop statements...
SEQUENCE = TABLE
platform=oracle10g
# SQL language oddities
BIGINT = BIGINT
IDENTITY = unsigned
GENERATED =
IFEXISTSBEFORE = IF EXISTS
BLOB = BLOB
# for generating drop statements...
SEQUENCE = TABLE

View File

@@ -1,3 +1,3 @@
#macro (sequence $name)CREATE TABLE ${name} (ID BIGINT NOT NULL) type=MYISAM;
INSERT INTO ${name} values(0);
#end
#macro (sequence $name)CREATE TABLE ${name} (ID BIGINT NOT NULL) type=MYISAM;
INSERT INTO ${name} values(0);
#end

View File

@@ -1,8 +1,8 @@
platform=oracle10g
# SQL language oddities
BIGINT = NUMBER(38)
IDENTITY =
GENERATED =
BLOB = BLOB
# for generating drop statements...
SEQUENCE = SEQUENCE
platform=oracle10g
# SQL language oddities
BIGINT = NUMBER(38)
IDENTITY =
GENERATED =
BLOB = BLOB
# for generating drop statements...
SEQUENCE = SEQUENCE

View File

@@ -1,2 +1,2 @@
#macro (sequence $name)CREATE SEQUENCE ${name};
#end
#macro (sequence $name)CREATE SEQUENCE ${name};
#end

View File

@@ -1,8 +1,8 @@
platform=postgresql
# SQL language oddities
BIGINT = BIGINT
IDENTITY =
GENERATED =
BLOB = BYTEA
# for generating drop statements...
SEQUENCE = SEQUENCE
platform=postgresql
# SQL language oddities
BIGINT = BIGINT
IDENTITY =
GENERATED =
BLOB = BYTEA
# for generating drop statements...
SEQUENCE = SEQUENCE

View File

@@ -1,2 +1,2 @@
#macro (sequence $name)CREATE SEQUENCE ${name};
#end
#macro (sequence $name)CREATE SEQUENCE ${name};
#end