Alice McGregor schrieb: > I've been using SQLite rather successfully for development purposes > (it's -fast-!), but the project I'm working on is about to go live. > Examining an SQL dump from SQLite, it uses a subtly different syntax > than MySQL... specifically in its handling of multi-line text objects > (like PickleCols). After doing my best to shoe-horn SQLite's dump, none > of the PickleCols can be read. > > Is there a set of regular expressions or simple search-n-replaces to get > everything working?
Unfortunately I'm not aware of such tools. If you knock something together, please let people know. I remember that the need to convert an existing database from SQLite to something else came up a few times on the list already. Chris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

