Browse Source

Add case insensitive command.

Ben Alex 21 years ago
parent
commit
c9a389e1ea
1 changed files with 2 additions and 0 deletions
  1. 2 0
      hsqldb/dbinit.txt

+ 2 - 0
hsqldb/dbinit.txt

@@ -1,5 +1,7 @@
 --- $Id$
 --- $Id$
 
 
+SET IGNORECASE TRUE;
+
 CREATE TABLE users (
 CREATE TABLE users (
 	username VARCHAR(50) NOT NULL PRIMARY KEY,
 	username VARCHAR(50) NOT NULL PRIMARY KEY,
 	password VARCHAR(50) NOT NULL,
 	password VARCHAR(50) NOT NULL,