ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/experimental/server/DBInterface/DBMultipleInsertTest.java
(Generate patch)

Comparing experimental/server/DBInterface/DBMultipleInsertTest.java (file contents):
Revision 1.1 by pjm2, Mon Dec 4 09:54:03 2000 UTC vs.
Revision 1.2 by pjm2, Mon Dec 4 09:57:53 2000 UTC

# Line 6 | Line 6 | import java.sql.*;
6   * that the id references may be inserted to multiple tables
7   * using an autoincrement field.
8   *
9 + * CONCLUSION: This class makes use of transaction features on
10 + * the mySQL database.  Running the main method reveals that MySQL
11 + * versions older than 3.23.15 do not support transactions.
12 + * This is unfortunate, as raptor currently uses 3.22.32-log.
13 + * We shall have to find another way of doing things...
14 + *
15   * IMPORTANT: This method obtains the database user and database
16   * connection password from the Password class.  As such, this
17   * class may be safely placed in a public CVS repository.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines