Data types help: not all available types are currently supported (will be later by type converters) v_0
authorFrantišek Kučera <franta-hg@frantovo.cz>
Sun, 29 Dec 2013 16:21:14 +0100
branchv_0
changeset 99b969176512dd
parent 98 4d420f8b3320
child 100 de65409a9f26
Data types help: not all available types are currently supported (will be later by type converters)
java/sql-dk/src/info/globalcode/sql/dk/CLIParser.java
     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