0.098 2024-07-17 Released-By: PERLANCAR; Urgency: low - No functional changes. - [dist] Edit Changes (replace Backward-Compatible: no with Backward-Incompatible: yes). 0.097 2020-05-06 Released-By: PERLANCAR; Urgency: medium; Backward-Incompatible: yes - [removed] Remove list_columns, list_tables, list_{table_,}indexes, check_table_exists; move those to DBIx::Util::Schema. 0.096 2020-04-23 Released-By: PERLANCAR; Urgency: medium - [bugfix] handle statistics_info() returning the same index twice. 0.095 2020-04-23 Released-By: PERLANCAR; Urgency: medium - [incompatible change] Rename list_table_indexes() to list_indexes() to be more consistent. The old name is deprecated but still supported. - list_indexes(): Support mysql. 0.094 2020-04-20 Released-By: PERLANCAR; Urgency: medium - Add function: list_table_indexes (currently only supports SQLite). 0.093 2018-12-05 Released-By: PERLANCAR - Make these functions public: list_columns, list_tables, check_table_exists. 0.092 2018-12-03 Released-By: PERLANCAR - Detect change of column AUTO_INCREMENT (mysql) status. 0.091 2018-05-10 Released-By: PERLANCAR - Handle mysql driver's table_info() which returns database name as schema name. 0.090 2017-08-13 Released-By: PERLANCAR - No functional changes. - [doc] Mention App::diffdb. 0.08 2017-07-10 Released-By: PERLANCAR - No functional changes. - Replace Log::Any with Log::ger. 0.07 2015-09-03 Released-By: PERLANCAR - No functional changes. - [dist] Move spec prereqs from RuntimeRequires to DevelopRecommends to reduce deps but still allow indicating spec requirement. 0.06 2015-05-20 Released-By: PERLANCAR - Skip index when listing tables. 0.05 2015-04-24 Released-By: PERLANCAR - Add functions: db_schema_eq(), table_schema_eq(). - diff_table_schema(): Check table existence first. - diff_table_schema(): Allow specifying second database's table name should it differ from the first database's table name. - Replace Log::Any with Log::Any::IfLOG. 0.04 2015-01-07 Released-By: PERLANCAR - Rename dist/module from DBIx-Diff-Struct to DBIx-Diff-Schema ("schema" is the more common term in database parlance). Function name is also changed from diff_db_{struct,schema}. 0.03 2015-01-03 Released-By: PERLANCAR - No functional changes. - Rebuild (Generate TODO.md). 0.02 2014-09-12 Released-By: PERLANCAR - No functional changes. - Rebuild with updated Dist::Zilla::Plugin::Rinci::Validate. 0.01 2014-09-12 Released-By: PERLANCAR - First release.