Howdy all,
So I am wondering if anyone has run into this problem. I am trying to move from mysql to sqlite and the unique constraint from primary keys is not allowing me to insert my sql that I dumped from the mysql database. I have a bunch of join tables so I really can't set the id field to null and let sqlite renumber the keys. I guess I could dump each table into a separate .csv file or something and use the import pragma but I am hoping there is just so pragma I can give it for it not to enforce key constraints through the import. Can I do this?

        Fred

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to