Skip to content

Commit cc43653

Browse files
committed
Merge branch 'version_13_0_0' into 'master'
version 13.0.0 See merge request codekeeper/pgcodekeeper-cli!17
2 parents 11374c6 + 272a38d commit cc43653

File tree

3 files changed

+49
-3
lines changed

3 files changed

+49
-3
lines changed

CHANGELOG.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,28 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1313

1414
### Fixed
1515

16+
## [13.0.0] - 2025-11-12
17+
18+
### Added
19+
20+
- Added connection string validation.
21+
- Added a common interface for JDBC connections.
22+
23+
### Changed
24+
25+
- Improved parser rules for ClickHouse.
26+
- Improved migration script generation for tables and indexes with options in MS SQL.
27+
- Added the IS JSON parser rule for PostgreSQL.
28+
29+
### Fixed
30+
31+
- Fixed CTE formatting in ClickHouse.
32+
- Fixed an error comparing tables when the column order is ignored setting is enabled.
33+
- Fixed bug in generating the migration script when adding a column to Log family tables in ClickHouse.
34+
- Fixed a false difference between NOT NULL constraints with the default name in PostgreSQL.
35+
- Fixed adding ONLY for columns in partitioned tables in PostgreSQL.
36+
- Fixed reading of EXTERNAL TABLES in Greenplum 7.
37+
1638
## [12.0.0] - 2025-10-15
1739

1840
### Added
@@ -63,7 +85,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6385
- Fixed a bug with the settings when saving objects to a project.
6486
- Fixed false differences when ignoring table column order.
6587

66-
[Unreleased]: https://github.com/pgcodekeeper/pgcodekeeper-cli/compare/v12.0.0...HEAD
88+
[Unreleased]: https://github.com/pgcodekeeper/pgcodekeeper-cli/compare/v13.0.0...HEAD
89+
[13.0.0]: https://github.com/pgcodekeeper/pgcodekeeper-cli/compare/v12.0.0...v13.0.0
6790
[12.0.0]: https://github.com/pgcodekeeper/pgcodekeeper-cli/compare/v11.2.0...v12.0.0
6891
[11.2.0]: https://github.com/pgcodekeeper/pgcodekeeper-cli/compare/v11.0.0...v11.2.0
6992
[11.0.0]: https://github.com/pgcodekeeper/pgcodekeeper-cli/releases/tag/v11.0.0

CHANGELOG.ru.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,28 @@
1313

1414
### Исправлено
1515

16+
## [13.0.0] - 2025-11-12
17+
18+
### Добавлено
19+
20+
- Добавлена валидация строки подключения.
21+
- Добавлен общий интерфейс для JDBC-подключений.
22+
23+
### Изменено
24+
25+
- Улучшены правила парсера для ClickHouse.
26+
- Улучшена генерация скрипта миграции для таблиц и индексов с опциями в MS SQL.
27+
- Добавлено правило парсера IS JSON для PostgreSQL.
28+
29+
### Исправлено
30+
31+
- Исправлено форматирование CTE в ClickHouse.
32+
- Исправлена ошибка сравнения таблиц при включённой настройке игнорирования порядка столбцов.
33+
- Исправлена ошибка в генерации скрипта миграции при добавлении колонки в таблицах семейства Log в ClickHouse.
34+
- Исправлено ложное различие ограничений NOT NULL с именем по умолчанию в PostgreSQL.
35+
- Исправлено добавление ONLY для колонок в партиционных таблицах в PostgreSQL.
36+
- Исправлено чтение EXTERNAL TABLES в Greenplum 7.
37+
1638
## [12.0.0] - 2025-10-15
1739

1840
### Добавлено
@@ -61,7 +83,8 @@
6183
- Исправлена ошибка с работой настроек при сохранении объектов в проект.
6284
- Исправлены ложные различия при игнорировании порядка колонок таблицы.
6385

64-
[Новое]: https://github.com/pgcodekeeper/pgcodekeeper-cli/compare/v12.0.0...HEAD
86+
[Новое]: https://github.com/pgcodekeeper/pgcodekeeper-cli/compare/v13.0.0...HEAD
87+
[13.0.0]: https://github.com/pgcodekeeper/pgcodekeeper-cli/compare/v12.0.0...v13.0.0
6588
[12.0.0]: https://github.com/pgcodekeeper/pgcodekeeper-cli/compare/v11.2.0...v12.0.0
6689
[11.2.0]: https://github.com/pgcodekeeper/pgcodekeeper-cli/compare/v11.0.0...v11.2.0
6790
[11.0.0]: https://github.com/pgcodekeeper/pgcodekeeper-cli/releases/tag/v11.0.0

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<modelVersion>4.0.0</modelVersion>
88
<groupId>org.pgcodekeeper</groupId>
99
<artifactId>pgcodekeeper-cli</artifactId>
10-
<version>12.0.0</version>
10+
<version>13.0.0</version>
1111
<packaging>jar</packaging>
1212

1313
<name>pgcodekeeper-cli</name>

0 commit comments

Comments
 (0)