2019-02-26 |
František Kučera |
Avoid reusing/rewriting the DB connection properties.
v_0
|
changeset |
files
|
2019-02-26 |
František Kučera |
JDBC drivers: fix 'Unsupported URL' – drivers might be called witrh wrong URLs and then they should (according to the JavaDoc) return null instead of throwing an exception.
v_0
|
changeset |
files
|
2019-02-26 |
František Kučera |
TabularFormatter: add support for SQLXML values
v_0
|
changeset |
files
|
2019-02-26 |
František Kučera |
XML array hack
v_0
|
changeset |
files
|
2019-02-26 |
František Kučera |
c++: recognize batch mode
v_0
|
changeset |
files
|
2019-02-26 |
František Kučera |
netbeans
v_0
|
changeset |
files
|
2018-01-05 |
František Kučera |
c++ version skeleton
v_0
|
changeset |
files
|
2016-11-08 |
František Kučera |
InfoLister/test: show also database server name and version
v_0
|
changeset |
files
|
2015-09-13 |
František Kučera |
BarChartFormatter: TODO comments
v_0
|
changeset |
files
|
2015-09-13 |
František Kučera |
headerTypes: new option to hide column types in tabular headers
v_0
|
changeset |
files
|
2015-09-06 |
František Kučera |
BarChartFormatter: format null as an empty/missing bar + better logging
v_0
|
changeset |
files
|
2015-09-06 |
František Kučera |
XmlFormatter: support for printing SQLXML types
v_0
|
changeset |
files
|
2015-08-30 |
František Kučera |
BarChartFormatter: first version
v_0
|
changeset |
files
|
2015-08-30 |
František Kučera |
LoggerProducer
v_0
|
changeset |
files
|
2015-08-18 |
František Kučera |
bash_completion.pl: defaultFormatter
v_0
|
changeset |
files
|
2015-08-15 |
František Kučera |
bash-completion: --formatter-property choices: first working version
v_0
|
changeset |
files
|
2015-08-15 |
František Kučera |
bash-completion: --formatter-property names
v_0
|
changeset |
files
|
2015-08-15 |
František Kučera |
SingleRecordFormatter: escape whitespace characters in the same way as in TabularFormatter (fixed)
v_0
|
changeset |
files
|
2015-08-15 |
František Kučera |
SingleRecordFormatter: escape whitespace characters in the same way as in TabularFormatter
v_0
|
changeset |
files
|
2015-08-15 |
František Kučera |
--list-formatter-properties: better help/description
v_0
|
changeset |
files
|
2015-08-15 |
František Kučera |
--list-formatter-properties: optional column declared_in
v_0
|
changeset |
files
|
2015-08-15 |
František Kučera |
--list-formatter-properties: added column declared_in
v_0
|
changeset |
files
|
2015-08-15 |
František Kučera |
property annotations: first woking version of --list-formatter-properties
v_0
|
changeset |
files
|
2015-08-15 |
František Kučera |
getClassHierarchy function
v_0
|
changeset |
files
|
2015-08-15 |
František Kučera |
property annotations: first version (inherited properties are not working yet)
v_0
|
changeset |
files
|
2015-08-15 |
František Kučera |
property annotations: dummy InfoLister table
v_0
|
changeset |
files
|
2015-08-15 |
František Kučera |
InfoLister: private methods + formatter for formatter properties
v_0
|
changeset |
files
|
2015-08-15 |
František Kučera |
property annotations: grounds for --list-formatter-properties
v_0
|
changeset |
files
|
2015-08-15 |
František Kučera |
Java 8 for jdbc-dk-driver
v_0
|
changeset |
files
|
2015-08-15 |
František Kučera |
property annotations: default values
v_0
|
changeset |
files
|
2015-08-15 |
František Kučera |
property annotations (documentation) for particular formatters
v_0
|
changeset |
files
|
2015-08-15 |
František Kučera |
property annotations for documentation of formatter properties
v_0
|
changeset |
files
|
2015-08-15 |
František Kučera |
Java 8
v_0
|
changeset |
files
|
2015-08-15 |
František Kučera |
connection tunnelling: configuration and logging
v_0
|
changeset |
files
|
2015-06-21 |
František Kučera |
SingleRecordFormatter: Formatter intended for printing one record (or few records) with many columns.Prints each colum name and its value on separate line.
v_0
|
changeset |
files
|
2015-05-24 |
František Kučera |
InfoLister: sort rows in --list-java-properties and --list-environment-variables
v_0
|
changeset |
files
|
2015-05-24 |
František Kučera |
InfoLister: new listings: --list-java-properties and --list-environment-variables
v_0
|
changeset |
files
|
2015-05-24 |
František Kučera |
sql-dk.sh: support for JAVA_OPTIONS
v_0
|
changeset |
files
|
2015-05-24 |
František Kučera |
Schemas and XSL for new 'driver' configuration option
v_0
|
changeset |
files
|
2015-05-17 |
František Kučera |
fix typo: databgase → database
v_0
|
changeset |
files
|
2015-05-17 |
František Kučera |
parallel connection testing: avoid deadlocks – preload drivers + better exception handling and logging
v_0
|
changeset |
files
|
2015-05-17 |
František Kučera |
just JavaDoc
v_0
|
changeset |
files
|
2015-05-17 |
František Kučera |
JDBC driver class can be specified in the database configuration as an optional parameter (useful especially while embedding jdbc-dk-driver into other application that does not support automatic driver discovery)
v_0
|
changeset |
files
|
2015-05-17 |
František Kučera |
configuration loading: use JAXB index and set classloader (useful while embedding into Netbeans and other applications)
v_0
|
changeset |
files
|
2015-05-16 |
František Kučera |
jdbc-dk-driver: first working version
v_0
|
changeset |
files
|
2015-05-16 |
František Kučera |
avoid NullPointerException (value = null) while duplicating to java.util.Properties
v_0
|
changeset |
files
|
2015-05-16 |
František Kučera |
userName and password are not needed for the loopback driver
v_0
|
changeset |
files
|
2015-05-16 |
František Kučera |
separate configuration loading into the Loader class
v_0
|
changeset |
files
|
2015-05-16 |
František Kučera |
jdbc-dk-driver: include main project sources
v_0
|
changeset |
files
|
2015-05-16 |
František Kučera |
jdbc-dk-driver: netbeans project for the meta driver
v_0
|
changeset |
files
|
2015-05-16 |
František Kučera |
hgignore: more regular expressions
v_0
|
changeset |
files
|
2015-01-31 |
František Kučera |
Tabular formatter: fix problem with CR (carriage return).
v_0
|
changeset |
files
|
2015-01-31 |
František Kučera |
fix imports
v_0
|
changeset |
files
|
2014-12-06 |
František Kučera |
parallelized DB connection testing
v_0
|
changeset |
files
|
2014-12-06 |
František Kučera |
logging: strip line ends from the error message if not printing stacktrace
v_0
|
changeset |
files
|
2014-09-29 |
František Kučera |
fix imports
v_0
|
changeset |
files
|
2014-09-28 |
František Kučera |
RPM: simple script/spec for building .rpm for Fedora
v_0
|
changeset |
files
|
2014-09-25 |
František Kučera |
Basic JMX management/reporting – counters for commands and records
v_0
|
changeset |
files
|
2014-09-24 |
František Kučera |
final properties
v_0
|
changeset |
files
|
2014-05-09 |
František Kučera |
jdbc-loopback: refuse connection if URL is unsupported
v_0
|
changeset |
files
|