crossley 02/04/29 20:39:32 Modified: src/webapp/WEB-INF/db cocoondb.script tutorial.sql Log: Speling mistake: Testors => Testers Revision Changes Path 1.3 +1 -1 xml-cocoon2/src/webapp/WEB-INF/db/cocoondb.script Index: cocoondb.script =================================================================== RCS file: /home/cvs/xml-cocoon2/src/webapp/WEB-INF/db/cocoondb.script,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- cocoondb.script 19 Apr 2002 12:44:19 -0000 1.2 +++ cocoondb.script 30 Apr 2002 03:39:32 -0000 1.3 @@ -75,7 +75,7 @@ CREATE ALIAS REPLACE FOR "org.hsqldb.Library.replace" INSERT INTO DEPARTMENT VALUES(1,'Development') INSERT INTO DEPARTMENT VALUES(2,'Management') -INSERT INTO DEPARTMENT VALUES(3,'Testors') +INSERT INTO DEPARTMENT VALUES(3,'Testers') INSERT INTO EMPLOYEE VALUES(1,1,'Donald Ball') INSERT INTO EMPLOYEE VALUES(2,1,'Stefano Mazzocchi') INSERT INTO EMPLOYEE VALUES(3,2,'Pierpaolo Fumagalli') 1.2 +1 -1 xml-cocoon2/src/webapp/WEB-INF/db/tutorial.sql Index: tutorial.sql =================================================================== RCS file: /home/cvs/xml-cocoon2/src/webapp/WEB-INF/db/tutorial.sql,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- tutorial.sql 3 Jan 2002 12:31:39 -0000 1.1 +++ tutorial.sql 30 Apr 2002 03:39:32 -0000 1.2 @@ -17,7 +17,7 @@ INSERT INTO department VALUES (1,'Development'); INSERT INTO department VALUES (2,'Management'); -INSERT INTO department VALUES (3,'Testors'); +INSERT INTO department VALUES (3,'Testers'); # # Table structure for table 'employee'
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]