The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
0.022   2022-10-19  Released-By: PERLANCAR; Urgency: medium

        - Bump perl minimum version to 5.034 because we use new octal
          notation 0o123 (RT#144763).


0.021   2022-10-12  Released-By: PERLANCAR; Urgency: medium

        - [bugfix] Fix pos for argument 'dbs'.


0.020   2020-05-06  Released-By: PERLANCAR; Urgency: medium

	- Use DBIx::Util::Schema instead of DBIx::Diff::Schema now for
	  list_* functions.


0.019   2019-12-24  Released-By: PERLANCAR; Urgency: low

        - No functional changes.

        - [build] Rebuild with updated Perinci::Sub::To::CLIDocData which shows
          the more helpful --no-dry-run in help/POD for scripts that run in
          dry-run mode by default (e.g. mysql-drop-all-tables).


0.018   2019-04-26  Released-By: PERLANCAR

	- mysql-fill-csv-columns-from-query: Add option --count (-c).


0.017   2019-04-23  Released-By: PERLANCAR

	- mysql-fill-csv-columns-from-query: Add option --header and --tsv
	  (from App::CSVUtils).


0.016   2019-04-15  Released-By: PERLANCAR

	- Add utility: mysql-fill-csv-columns-from-query.


0.015   2019-02-28  Released-By: PERLANCAR

	- No functional changes.

	- [dist] Fix ordering of dzil plugins which caused list of CLI's to
	  not be shown in POD.


0.014   2018-12-27  Released-By: PERLANCAR

	- Add utility: mysql-drop-dbs.


0.013   2018-12-05  Released-By: PERLANCAR

	- Add utilities: mysql-find-identical-rows, mysql-copy-rows-adjust-pk.


0.012   2018-11-06  Released-By: PERLANCAR

	- [ux] mysql-sql-dump-extract-tables: add short option alias -I for
	  --include-table, -X for --exclude-table, --pat for
	  --include-table-pattern, --xpat for --exclude-table-pattern.


0.011   2018-11-06  Released-By: PERLANCAR

	- mysql-run-{sql,pl}-files: Add options --directory (-d) and
	  --mkdir (-p).


0.010   2017-10-25  Released-By: PERLANCAR

	- mysql-sql-dump-extract-tables: Add option --dir, by default do not
	  overwrite existing files, add option --overwrite.

	- [Bugfix] Don't close(undef).


0.009   2017-08-17  Released-By: PERLANCAR

	- Add utility: mysql-run-pl-files.


0.008   2017-07-03  Released-By: PERLANCAR

	- No functional changes.

	- Switch from Log::Any to Log::ger.


0.007   2017-06-17  Released-By: PERLANCAR

        - No functional changes.

        - [build] Rebuild with updated Perinci::CmdLine::Dump to show --dry-run
          in the POD.


0.006   2017-06-15  Released-By: PERLANCAR

	- [Incompatible change] Rename script:
	  mysql-split-sql-dump-per-table to mysql-sql-dump-extract-tables.

	- mysql-sql-dump-extract-tables: Fix/tweak regex pattern to detect start
	  of table, add options --{include,exclude}-{table,table-pattern}.

	- mysql-run-sql-files: Add option --overwrite-when (with shortcuts
	  -o, -O).


0.005   2017-06-15  Released-By: PERLANCAR

	- Add utility: mysql-run-sql-files.

	- [doc] Document about getting default username/password from
	  ~/.my.cnf.


0.004   2017-06-14  Released-By: PERLANCAR

	- Add utility: mysql-split-sql-dump-per-table.


0.003   2016-12-23  Released-By: PERLANCAR

	- Add utility: mysql-query.


0.002   2016-12-15  Released-By: PERLANCAR

	- Add utility: mysql-drop-tables.


0.001   2016-12-15  Released-By: PERLANCAR

        - First release.