Revision history for App-fsql
0.08 2014-04-29 (SHARYANTO)
[INCOMPATIBLE CHANGES]
- For outputs 'json', 'yaml', 'perl', display naked instead of enveloped
result. This should make fsql more usable in general. Use
Data::Format::Pretty::* modules directly instead of
Perinci::Result::Format.
- Rename --hash to --aoh. Add --aoa for completeness.
0.07 2014-04-29 (SHARYANTO)
- Add --add (-a) option.
- Add --hash option.
- Add some tests.
0.06 2014-04-29 (SHARYANTO)
[INCOMPATIBLE CHANGES]
- By default outputs array of arrays (fetchrow_arrayref) instead array
of hashes (fetchrow_hashref) to get consistent column ordering. Old
behavior is possible using the new --hash option. This only affects
outputs like 'json', 'yaml', 'perl', 'text'.
0.05 2014-04-29 (SHARYANTO)
- Add -f alias for --format.
- Add output formats 'csv', 'tsv', 'ltsv' (thanks baileych for csv/tsv).
- Add input & output format 'perl'.
- Default output format is now the most used input format.
0.04 2014-04-22 (SHARYANTO)
- Show format information in --show-schema.
0.03 2014-04-22 (SHARYANTO)
- No functional changes.
- Fix a couple of bugs and add some missing doc.
0.02 2014-04-17 (SHARYANTO)
[ENHANCEMENTS]
- Add --format (previously missing).
- Add --show-schema.
[BUG FIXES]
- Fix a couple of bugs.
0.01 2014-04-17 (SHARYANTO)
- First release.