msidb: Add support for wildcard (full database) export.
commit63e03de9c7f093a536b48f999768b861aa5a60d9
authorErich E. Hoover <erich.e.hoover@gmail.com>
Fri, 15 Mar 2019 09:04:04 +0000 (15 10:04 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 15 Mar 2019 19:02:26 +0000 (15 20:02 +0100)
treeb73f0a4d26b0d1c7ea0f46b5ec918a1d38d03dd3
parent2820738b290bba49927f579b01af74827f73e2ce
msidb: Add support for wildcard (full database) export.

msidb allows a full database export with the special "*" database
name.  Note: It does not support true wildcards, just this special
indication that you wish to export all the tables in the database.

Signed-off-by: Erich E. Hoover <erich.e.hoover@gmail.com>
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
programs/msidb/main.c