--- experimental/server/DBInterface/DBMultipleInsertTest.java 2000/12/04 09:54:03 1.1 +++ experimental/server/DBInterface/DBMultipleInsertTest.java 2000/12/04 09:57:53 1.2 @@ -6,12 +6,18 @@ import java.sql.*; * that the id references may be inserted to multiple tables * using an autoincrement field. * + * CONCLUSION: This class makes use of transaction features on + * the mySQL database. Running the main method reveals that MySQL + * versions older than 3.23.15 do not support transactions. + * This is unfortunate, as raptor currently uses 3.22.32-log. + * We shall have to find another way of doing things... + * * IMPORTANT: This method obtains the database user and database * connection password from the Password class. As such, this * class may be safely placed in a public CVS repository. * * @author $Author: pjm2 $ - * @version $Id: DBMultipleInsertTest.java,v 1.1 2000/12/04 09:54:03 pjm2 Exp $ + * @version $Id: DBMultipleInsertTest.java,v 1.2 2000/12/04 09:57:53 pjm2 Exp $ */ class DBMultipleInsertTest {