Re: [sqlite] sqlite3 mailing list broken

2015-02-13 Thread Cal Leeming
Follow up, eventually I got it working by using the following; http://fabianpeter.de/cloud/owncloud-migrating-from-sqlite-to-mysql/ Pretty dirty, but it got the job done... took me 6 *hours* to discover this fix, it's untested/alpha as hell and I didn't even write the code. Hopefully this helps

Re: [sqlite] sqlite3 mailing list broken

2015-02-12 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/12/2015 05:15 AM, Cal Leeming wrote: > I've been having a problem where iterdump() is exporting in a > format which is unsuitable for MySQL, iterdump is part of pysqlite, and has no code from the official SQLite project. iterdump itself is

Re: [sqlite] sqlite3 mailing list broken

2015-02-12 Thread justin
On 2015-02-12 14:00, Stephan Beal wrote: On Thu, Feb 12, 2015 at 2:45 PM, wrote: And yeah, I'm aware of fossil, but (to my thinking ;>) that shouldn't hold back _this_ bit of software. ;) FWIW, fossil was/is designed _specifically_ for sqlite's hosting (that's

Re: [sqlite] sqlite3 mailing list broken

2015-02-12 Thread Stephan Beal
On Thu, Feb 12, 2015 at 2:45 PM, wrote: > And yeah, I'm aware of fossil, but (to my thinking ;>) that shouldn't hold > back _this_ bit of software. ;) > FWIW, fossil was/is designed _specifically_ for sqlite's hosting (that's neither a joke nor an exaggeration), so it's

Re: [sqlite] sqlite3 mailing list broken

2015-02-12 Thread Cal Leeming
Thanks for the quick reply, appreciated. I've been having a problem where iterdump() is exporting in a format which is unsuitable for MySQL, although it previously appeared to be corruption (hence the previous comment of seriousness), it does actually appear to be documented incompatibility.

Re: [sqlite] sqlite3 mailing list broken

2015-02-12 Thread justin
On 2015-02-12 13:40, Richard Hipp wrote: On 2/12/15, Cal Leeming wrote: Also, I'd like to +1 having this project on some sort of social collab platform, be it github, bitbucket etc. It would make external contributions much easier, as I nearly gave up trying to report this issue

Re: [sqlite] sqlite3 mailing list broken

2015-02-12 Thread Richard Hipp
Tnx for email. I'm in a meeting. Reply later. On 2/12/15, Cal Leeming wrote: > Thanks for the quick reply, appreciated. > > I've been having a problem where iterdump() is exporting in a format > which is unsuitable for MySQL, although it previously appeared to be > corruption