dumblob

Results 1351 comments of dumblob

@tacitus5 I'm unfortunately totally unrelated to https://sourceforge.net/projects/mysql2sqlite/ and can't comment on that at all (I didn't know it exists until today :smile:). But running the AWK script from this repository...

Hi @rldleblanc I've checked it (I didn't know, that MySQL allows both variants - with parentheses and without) and it seems to work. Could you please also add a skeleton...

Thanks @TomConlin for bringing this up and for the proposal. I was rather thinking about writing my own print function which would support "deferred" printing of a specified string. I...

No, appending anything to any buffer is definitely not what I meant. I'll just postpone (defer) printing of the pragmas to the point when it'll be 100% sure we'll have...

Thank you for the request, it looks good to me. Could you also add few tests (testing edge cases) to the to-be-used-in-the-future `unit-tests.sh` file? I didn't have time for this...

Please post the relevant part of the MySQL dump. Triggers are quite tricky and a repro case will help.

Could you please post the part of the MySQL dump where this happens? I'm just wondering, because it must be already escaped in the MySQL dump (this script just dumps...

Duplicate of https://github.com/dumblob/mysql2sqlite/issues/11 .

Please first run `mysqldump --no-data -u user -pxxx dbname > dbname_dump.sql` and check, whether the newly created file `dbname_dump.sql` contains SQL commands (if you're unsure, consider copying the content of...

Ok, the versions of MySQL and sqlite3 should be fine. In the snippet you provided I can see one issue which is not yet supported by mysql2sqlite - namely the...