2014-01-11 František Kučera fix typo in .deb package description v_0
2014-01-10 František Kučera Added tag v0.8 for changeset eb3676c6929b v_0
2014-01-10 František Kučera more JavaDoc v_0 v0.8
2014-01-10 František Kučera XML: batchResults → batchResult v_0
2014-01-10 František Kučera distributions: src release script v_0
2014-01-08 František Kučera XML formatter: use singleAttribute(qname(""), "") v_0
2014-01-08 František Kučera XML formatter: null values – null attribute instead of „null“ string v_0
2014-01-08 František Kučera wrapper script fix: XSL is in .deb package gzipped v_0
2014-01-08 František Kučera Batch error – proper exit code: EXIT_BATCH_ERROR = 8 v_0
2014-01-08 František Kučera just formatting v_0
2014-01-08 František Kučera Improved BatchEncoder: writeNextString() v_0
2014-01-08 František Kučera BatchDecoder: basic decoder v_0
2014-01-08 František Kučera BatchEncoder: fix (encode query with numbered parameters) v_0
2014-01-08 František Kučera Batch: basic encoder and prepare batch v_0
2014-01-08 František Kučera convert named parameters to numbered v_0
2014-01-07 František Kučera Formatters: structural change – new level „statement“ → query and parameters are no more duplicated into each result set or updates result v_0
2014-01-07 František Kučera default config: no standalone v_0
2014-01-05 František Kučera css/padding v_0
2014-01-04 František Kučera fix InfoLister: squared infos v_0
2014-01-04 František Kučera XHTML formatter: simple formatting of (multidimensional) arrays v_0
2014-01-04 František Kučera XHTML formatter: distinguish number and boolean v_0
2014-01-04 František Kučera XML/XHTML formatter – DOCTYPE v_0
2014-01-04 František Kučera XHTML formatter: CSS and other improvements v_0
2014-01-04 František Kučera Basic XHTML formatter v_0
2014-01-04 František Kučera Properties: setLastDefaults() v_0
2014-01-04 František Kučera XML formatter fix: line breaks at the end of the text will be eaten – if you need them, use indentText = false v_0
2014-01-04 František Kučera XML formatter: optional label attribute in column elements v_0
2014-01-04 František Kučera XML formatter: option for preserve whitespace or indent text with line breaks v_0
2014-01-04 František Kučera XML formatter: rows, columns, updates results v_0
2014-01-04 František Kučera XML formatter: abstract + part of basic XML formatter v_0
2014-01-04 František Kučera new function: foHex() v_0
2014-01-04 František Kučera Colors can be definitively turned off in constructor v_0
2014-01-04 František Kučera better notNull() function v_0
2014-01-03 František Kučera tabular – todo v_0
2014-01-03 František Kučera TabularWrappingFormatter – first version v_0
2014-01-02 František Kučera customizable classpath v_0
2014-01-02 František Kučera package and copy XSLT v_0
2014-01-02 František Kučera XML schemas licenses v_0
2014-01-02 František Kučera XSLT for viewing config files in a web browser (Firefox, rekonq etc.) v_0
2014-01-02 František Kučera example-config.xml moved to xml dir: symlink v_0
2014-01-02 František Kučera example-config.xml moved to xml dir v_0
2014-01-02 František Kučera Pack XSD and RNC into .deb v_0
2014-01-02 František Kučera basic XSD v_0
2014-01-02 František Kučera Starter script: create symlinks for XSD and Relax NG XML schemas v_0
2014-01-02 František Kučera Relax NG schema for XML configuration v_0
2014-01-02 František Kučera Debian package: interim build script for .deb packages v_0
2014-01-02 František Kučera Starter script: systemwide JAR location (user can override it in environment.sh by JAR variable) v_0
2014-01-02 František Kučera Bash completion: no 'have sql-dk' test v_0
2014-01-01 František Kučera version info: copyright and contact v_0
2014-01-01 František Kučera DB credentials can be CLI options + log warning: insecure v_0
2014-01-01 František Kučera database/formatter properties also as CLI options v_0
2014-01-01 František Kučera use database properties v_0
2013-12-31 František Kučera cloneable property and properties v_0
2013-12-31 František Kučera formatter/database properties v_0
2013-12-30 František Kučera TabularFormatter: values with line ends will not break our tables v_0
2013-12-30 František Kučera Load ~/.sql-dk/environment.sh if exists v_0
2013-12-29 František Kučera Formatter is now AutoCloseable – so have chance to do some clean up and close the stream, if some error occurs (e.g. lost connection during result set reading) v_0
2013-12-29 František Kučera typo in help generator v_0
2013-12-29 František Kučera Data types help: not all available types are currently supported (will be later by type converters) v_0
2013-12-29 František Kučera Value formatting: Object → String conversion is job for particular formatter v_0