Tag: cws_src680_qiq
User: fs      
Date: 2006/06/29 03:18:19

Modified:
   dba/dbaccess/qa/complex/dbaccess/Query.java

Log:
 change HsqlColumDescriptor

File Changes:

Directory: /dba/dbaccess/qa/complex/dbaccess/
=============================================

File [changed]: Query.java
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/qa/complex/dbaccess/Query.java?r1=1.1.2.1&r2=1.1.2.2
Delta lines:  +4 -4
-------------------
--- Query.java  26 Jun 2006 21:09:41 -0000      1.1.2.1
+++ Query.java  29 Jun 2006 10:18:16 -0000      1.1.2.2
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: Query.java,v $
  *
- *  $Revision: 1.1.2.1 $
+ *  $Revision: 1.1.2.2 $
  *
- *  last change: $Author: fs $ $Date: 2006/06/26 21:09:41 $
+ *  last change: $Author: fs $ $Date: 2006/06/29 10:18:16 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -72,7 +72,7 @@
         m_database.dropTable( "test", true );
         HsqlTableDescriptor table = new HsqlTableDescriptor( "test",
             new HsqlColumnDescriptor[] {
-                new HsqlColumnDescriptor( "ID", "INTEGER", true, true ),
+                new HsqlColumnDescriptor( "ID", "INTEGER", 
HsqlColumnDescriptor.PRIMARY ),
                 new HsqlColumnDescriptor( "left", "VARCHAR(50)" ),
                 new HsqlColumnDescriptor( "right", "VARCHAR(50)" ) } );
         m_database.createTable(table);




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to