Skip to content

Commit

Permalink
0.58.0
Browse files Browse the repository at this point in the history
  • Loading branch information
obabichevjb committed Jan 13, 2025
1 parent 2652f5e commit 628a5ee
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@

## What's Changed

Breaking changes:
* fix: EXPOSED-662 SchemaUtils.listTables() returns empty list & closes db connection by @joc-a in https://github.com/JetBrains/Exposed/pull/2331
* `SchemaUtils.listTables()` returns only the tables from the current schema. The behaviour was returned to the 0.56.0 version.
* To get tables from all the schemas the method `SchemaUtils.listTablesInAllSchemas()` could be used.

Features:
* feat: [MariaDB] Support RETURNING clause by @devgor88 in https://github.com/JetBrains/Exposed/pull/2330
* feat: EXPOSED-654 Allow customizing the check constraint names of columns with check constraints by @joc-a in https://github.com/JetBrains/Exposed/pull/2340

Bug fixes:
* fix: EXPOSED-662 SchemaUtils.listTables() returns empty list & closes db connection by @joc-a in https://github.com/JetBrains/Exposed/pull/2331

Infrastructure:
* springFramework 6.2.1
* log4j2 2.24.3
Expand Down

0 comments on commit 628a5ee

Please sign in to comment.