Ok the install will work now. sqlImport creates a sequence table for every
table created with a primary id field.
As each of you are converting your modules please be aware of some things.
Remove the auto_increments from your CREATE statements. Make sure the id
column is set as a primary key that is unsigned.
Make sure you are not locking your tables before inserting if you want to
auto_increment. The PEAR sequencer does this automatically and your lock
will conflict. Use the returnId parameter if you need the last column id.
When you install, boost will not translate some statements. I am looking
in to that.
Matthew McNaney
Internet Systems Architect
Electronic Student Services
Email: ma...@tu...
URL: http://phpwebsite.appstate.edu
Phone: 828-262-6493
ICQ: 141057403
|