Data types help: not all available types are currently supported (will be later by type converters)
1.1 --- a/java/sql-dk/src/info/globalcode/sql/dk/CLIParser.java Sun Dec 29 15:53:58 2013 +0100
1.2 +++ b/java/sql-dk/src/info/globalcode/sql/dk/CLIParser.java Sun Dec 29 16:21:14 2013 +0100
1.3 @@ -153,7 +153,7 @@
1.4 public static final String INFO_VERSION = "--version"; // bash-completion:option // help: print version info
1.5 public static final String INFO_LICENSE = "--license"; // bash-completion:option // help: print license
1.6 public static final String INFO_FORMATTERS = "--list-formatters"; // bash-completion:option // help: print list of available formatters
1.7 - public static final String INFO_TYPES = "--list-types"; // bash-completion:option // help: print list of supported data types
1.8 + public static final String INFO_TYPES = "--list-types"; // bash-completion:option // help: print list of available data types
1.9 public static final String INFO_DATABASES = "--list-databases"; // bash-completion:option // help: print list of configured databases
1.10 public static final String INFO_CONNECTION = "--test-connection"; // bash-completion:option // help: test connection to particular database
1.11