NAME
genTestData.pl - Creates a static data script for a set of data to insert into a table
VERSION
0.02
USAGE
genTestData.pl -t <tablename> -s <sql> -c <odbc connection> [options]
REQUIRED ARGUMENTS
- -t[able][name] [=] <tablename>
-
Specify tablename
- -s[ql] [=] <sql>
-
Specify sql select statement
- -c[onnection] [=] <dsn>
-
Specify ODBC connection for Test script
OPTIONS
- --[no]MinimalForm
-
[Don't] create just the values fragment, rather than the whole insert statement
- --[no]IgnoreNulls
-
[Don't] extract values where everything is null
AUTHOR
Ded MedVed.
BUGS
Hopefully none.
COPYRIGHT
Copyright (c) 2018, Ded MedVed. All Rights Reserved. This module is free software. It may be used, redistributed and/or modified under the terms of the Perl Artistic License (see http://www.perl.com/perl/misc/Artistic.html)