Re: [sqlmap-users] Write to file while dumping

2011-08-18 Thread Miroslav Stampar
p.s. nevertheless, some temporary data storage could be introduced for large tables. nothing formatted, nothing spectacular, nothing "final" just a plain dumb temporary storage in case of large table dumps. will do something :) kr On Thu, Aug 18, 2011 at 10:09 AM, Miroslav Stampar wrote: > hi.

Re: [sqlmap-users] Write to file while dumping

2011-08-18 Thread Miroslav Stampar
hi. there was an important fix (r4354) related to this same problem. there was really a problem going on where connection dropping was causing loss of all data. the problem was reintroduced when I've done some (single and multi threading generic) refactoring a month or two ago. my fault. sorry.

[sqlmap-users] Write to file while dumping

2011-08-18 Thread anonymous anonymous
Hi! Can you add this feature to sqlmap please? Because sometimes when huge databases are in dumping and server halts down or in some other situatuons sqlmap not writes database in csv and all 100-200mb database is losing. Please!