2013-12-27 |
František Kučera |
support for ACSII-nostalgia tables
v_0
|
changeset |
files
|
2013-12-26 |
František Kučera |
throw ConfigurationException instead of returning null, if database or formatter of given name is not configured
v_0
|
changeset |
files
|
2013-12-26 |
František Kučera |
allow multiple databases connection test in --test-connection
v_0
|
changeset |
files
|
2013-12-26 |
František Kučera |
formatted output for: --test-connection
v_0
|
changeset |
files
|
2013-12-26 |
František Kučera |
formatted output for: --list-formatters --list-databases
v_0
|
changeset |
files
|
2013-12-26 |
František Kučera |
allow custom formatters also for JUST_SHOW_INFO commands
v_0
|
changeset |
files
|
2013-12-26 |
František Kučera |
use formatter also for printing info! --list-types
v_0
|
changeset |
files
|
2013-12-26 |
František Kučera |
InfoLister, InfoType: switch → enum
v_0
|
changeset |
files
|
2013-12-26 |
František Kučera |
SQLType enum wrapper for java.sql.Types
v_0
|
changeset |
files
|
2013-12-26 |
František Kučera |
option --list-formatters – list configured and built-in formatters
v_0
|
changeset |
files
|
2013-12-26 |
František Kučera |
option --list-databases list configured databases
v_0
|
changeset |
files
|
2013-12-26 |
František Kučera |
option --test-connection – tests connection to given database
v_0
|
changeset |
files
|
2013-12-26 |
František Kučera |
use System.out if mode is JUST_SHOW_INFO (thus user can easily read license or help using … | less)
v_0
|
changeset |
files
|
2013-12-25 |
František Kučera |
validation: test if prefix/suffix are valid regular expressions
v_0
|
changeset |
files
|
2013-12-25 |
František Kučera |
types update
v_0
|
changeset |
files
|
2013-12-25 |
František Kučera |
expect invalid regexp in prefix/suffix and throw wrapped exception → better exit code
v_0
|
changeset |
files
|
2013-12-25 |
František Kučera |
SingleValueFormatter
v_0
|
changeset |
files
|
2013-12-25 |
František Kučera |
logging: print stacktraces if level is less than INFO
v_0
|
changeset |
files
|
2013-12-25 |
František Kučera |
logging: configurable level
v_0
|
changeset |
files
|
2013-12-25 |
František Kučera |
Log level: FINE → INFO
v_0
|
changeset |
files
|
2013-12-25 |
František Kučera |
exit codes: 0 = success; 4 = SQL error; 3 = other expected error; 1 = unexpected error (implicit 1)
v_0
|
changeset |
files
|
2013-12-24 |
František Kučera |
colorful logging
v_0
|
changeset |
files
|
2013-12-24 |
František Kučera |
named parameters: prefix/suffix are now regular expressions
v_0
|
changeset |
files
|
2013-12-24 |
František Kučera |
more functions unit tests
v_0
|
changeset |
files
|
2013-12-24 |
František Kučera |
new option --data-named (then follows name/value pairs without prefix/suffix)
v_0
|
changeset |
files
|
2013-12-24 |
František Kučera |
log warning: Possibly missing parameters
v_0
|
changeset |
files
|
2013-12-24 |
František Kučera |
named parameters: better exceptions
v_0
|
changeset |
files
|
2013-12-24 |
František Kučera |
support named parameters
v_0
|
changeset |
files
|
2013-12-24 |
František Kučera |
print CLI options problems if any
v_0
|
changeset |
files
|
2013-12-23 |
František Kučera |
fix default suffix
v_0
|
changeset |
files
|
2013-12-23 |
František Kučera |
function escapeRegEx()
v_0
|
changeset |
files
|
2013-12-23 |
František Kučera |
fix test
v_0
|
changeset |
files
|
2013-12-23 |
František Kučera |
named parameters: suffix (default is empty)
v_0
|
changeset |
files
|
2013-12-23 |
František Kučera |
TabularFormatter: also booleans will be aligned to the right
v_0
|
changeset |
files
|
2013-12-23 |
František Kučera |
DatabaseConnection implements AutoCloseable
v_0
|
changeset |
files
|
2013-12-23 |
František Kučera |
No special formatting for generated keys. Use 'INSERT … RETURNING id' or 'INSERT … RETURNING *' to get generated keys.
v_0
|
changeset |
files
|
2013-12-23 |
František Kučera |
TabularFormatter: print colorful tables\!
v_0
|
changeset |
files
|
2013-12-23 |
František Kučera |
TabularFormatter: basic column padding
v_0
|
changeset |
files
|
2013-12-23 |
František Kučera |
String padding functions: lpad(), rpad()
v_0
|
changeset |
files
|
2013-12-23 |
František Kučera |
support SQL commands returning more ResultSets + remove COMMAND_TYPE (type is now derived from result returned from SQL – it is not needed to specify the type on CLI)
v_0
|
changeset |
files
|
2013-12-22 |
František Kučera |
fix error message
v_0
|
changeset |
files
|
2013-12-22 |
František Kučera |
accept SQL commands returning more ResultSets
v_0
|
changeset |
files
|
2013-12-22 |
František Kučera |
first working version
v_0
|
changeset |
files
|
2013-12-22 |
František Kučera |
configuration loading from XML
v_0
|
changeset |
files
|
2013-12-22 |
František Kučera |
TabularFormatter: basics
v_0
|
changeset |
files
|
2013-12-22 |
František Kučera |
ColorfulPrintWriter: colorz, wow
v_0
|
changeset |
files
|
2013-12-22 |
František Kučera |
class for xmlns constants
v_0
|
changeset |
files
|
2013-12-22 |
František Kučera |
more configuration, more JAXB, more formatters
v_0
|
changeset |
files
|
2013-12-21 |
František Kučera |
DatabaseConnection: connect JDBC
v_0
|
changeset |
files
|
2013-12-21 |
František Kučera |
DatabaseConnection: just change package
v_0
|
changeset |
files
|
2013-12-21 |
František Kučera |
configuration basics
v_0
|
changeset |
files
|
2013-12-20 |
František Kučera |
formatter: currentRowCount
v_0
|
changeset |
files
|
2013-12-20 |
František Kučera |
formatter: FormatterContext
v_0
|
changeset |
files
|
2013-12-20 |
František Kučera |
formatter: ColumnDescriptor
v_0
|
changeset |
files
|
2013-12-20 |
František Kučera |
formatter: interface and abstract class
v_0
|
changeset |
files
|
2013-12-20 |
František Kučera |
CLI: --help is default option
v_0
|
changeset |
files
|
2013-12-16 |
František Kučera |
refactor, configuration
v_0
|
changeset |
files
|
2013-12-16 |
František Kučera |
help option: --help – basics
v_0
|
changeset |
files
|
2013-12-16 |
František Kučera |
version info: option --version
v_0
|
changeset |
files
|
2013-12-16 |
František Kučera |
license option: --license
v_0
|
changeset |
files
|