The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
0.233   2023-12-29  Released-By: PERLANCAR; Urgency: low

        - No functional changes.

        - [doc] Show example for selecting from TableData::* module.


0.232   2023-12-29  Released-By: PERLANCAR; Urgency: medium

        - Add logging (options: --log-level, --trace, --debug, --verbose,
          --quiet).

        - Add support for TableData module.


0.231   2021-09-10  Released-By: PERLANCAR; Urgency: low

        - No functional changes.

	- [doc] Mention App::tsql.


0.230   2019-01-22  Released-By: PERLANCAR

	- Support CSV/TSV that does not have header row.

	- Use Getopt::Long gnu_getopt configuration.


0.22    2016-03-10  Released-By: PERLANCAR

	- Replace File::Slurp::Tiny with File::Slurper (in tests).

	- Replace JSON with JSON::MaybeXS.


0.21    2015-07-27  Released-By: PERLANCAR

	- Rename FSQL_DEBUG_KEEP_TEMPDIR to DEBUG_KEEP_TEMPDIR (which is
	  also observed by App::depak).


0.20    2015-06-30  Released-By: PERLANCAR

	- Support -F NAME:NEWNAME to load function as a new name.


0.19    2015-06-28  Released-By: PERLANCAR

	- Add option: --define-function (-D).


0.18    2015-05-13  Released-By: PERLANCAR

	- Adjust with SQL::Statement::Functions::Date 0.02+.


0.17    2015-05-10  Released-By: PERLANCAR

        - No functional changes.

        - Tweak docs.


0.16    2015-05-09  Released-By: PERLANCAR

        - Avoid error message when performing non-SELECT queries.

        - [doc] Add FAQ entry, add example for INSERT/DELETE.


0.15    2015-05-09  Released-By: PERLANCAR

	- Add option: --load-function (-F).


0.14    2015-01-11  Released-By: PERLANCAR

	- [ux] Be less restrictive: allow arguments when -s.


0.13    2015-01-03  Released-By: PERLANCAR

	- No functional changes.

	- Rebuild (generate TODO.md, testing).


0.12    2014-12-03  Released-By: PERLANCAR

	- Add short alias -s for --show-schema because it turns out to be
	  used quite often.


0.11    2014-07-02  Released-By: SHARYANTO

        - No functional changes.

        - [Bugfix] scripts/ or bin/ files need to have something like #!perl and
          not #!/usr/bin/env perl so it can be replaced to the path of perl when
          installing [RT#96884]


0.10    2014-05-17  Released-By: SHARYANTO

        - No functional changes.

        - Replace File::Slurp with File::Slurp::Tiny.


0.09    2014-05-05  Released-By: SHARYANTO

        - No functional changes.

        - [build] Bump required version of IPC::Cmd (to first version which has
          run_forked()).


0.08    2014-04-29  Released-By: 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  Released-By: SHARYANTO

        - Add --add (-a) option.

        - Add --hash option.

        - Add some tests.


0.06    2014-04-29  Released-By: 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  Released-By: 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  Released-By: SHARYANTO

        - Show format information in --show-schema.


0.03    2014-04-22  Released-By: SHARYANTO

        - No functional changes.

        - Fix a couple of bugs and add some missing doc.


0.02    2014-04-17  Released-By: SHARYANTO

        [ENHANCEMENTS]

        - Add --format (previously missing).

        - Add --show-schema.

        [BUG FIXES]

        - Fix a couple of bugs.


0.01    2014-04-17  Released-By: SHARYANTO

        - First release.