Hi,

A couple of days ago we have fixed a minor bug in --dump-all (thanks
for the bug report!) and took the chance to improve --dump too.

Now --dump can be used to:
* Dump the entries of all tables within the current database by not
providing the database name with -D. For instance: --dump
* Dump the entries of specific table(s) in the current database by not
providing the database name with -D. For instance: --dump -T
table1,table2
* Dump the entries of all tables in a provided database name. For
instance: --dump -D testdb
* Dump the entries of specific table(s) in a provided database name.
For instance: --dump -T table1,table2 -D testdb

Note that -C is always supported. If provided, it will dump only those
table(s) columns' entries.
As usual, --exclude-sysdbs, --start, --stop, --first and --last are
all still supported.

Cheers,
Bernardo


-- 
Bernardo Damele A. G.

E-mail / Jabber: bernardo.damele (at) gmail.com
Mobile: +447788962949 (UK 07788962949)
PGP Key ID: 0x05F5A30F

------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
sqlmap-users mailing list
sqlmap-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlmap-users

Reply via email to