Commit 6c6dc81
fix(archetype): Drop the MySQL/MariaDB Liquibase-table casing workaround
* Core 3.0.0 matches PrimaryKeyPresenceAudit's Liquibase-bookkeeping-table
exclusion case-insensitively, so the built-in lower-case constant now
excludes MySQL/MariaDB's upper-cased DATABASECHANGELOG/DATABASECHANGELOGLOCK
without renaming them.
* Verified via the full-mysql archetype self-test.
* Update the adding-a-database guide for the dropped workaround. Step 3
and the checklist still told contributors to force lower-case
Liquibase bookkeeping-table names for engines that upper-case unquoted
identifiers; that workaround is gone now that the audit matches
exclusions case-insensitively.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_016phSDvM51hkfSYdjcGQrwz1 parent 6e7064e commit 6c6dc81
2 files changed
Lines changed: 7 additions & 13 deletions
File tree
- archetype/src/main/resources/archetype-resources/src/test/resources
- integration/src/site/asciidoc
Lines changed: 0 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | 8 | | |
15 | 9 | | |
16 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | | - | |
78 | | - | |
| 77 | + | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
85 | | - | |
86 | | - | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
0 commit comments