Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: fc502eac547261c6134df0cab412ee24249a1eaa
https://github.com/hibernate/hibernate-orm/commit/fc502eac547261c6134df0c...
Author: Daniël van Eeden <git(a)myname.nl>
Date: 2026-02-18 (Wed, 18 Feb 2026)
Changed paths:
M docker_db.sh
Log Message:
-----------
docker_db.sh: various updates and fixes
Check command:
```
diff <(./docker_db.sh 2> /dev/null | awk '/^\s/ { print $1 }' | sort)
<(awk '/^[a-z].*() {$/ { print substr($1,1,length($1)-2) }' docker_db.sh | grep
-vE '(_setup|disable_userland_proxy)' | sort)
```
Fixes and updates:
- `cockroachdb_24_1()` was defined twice.
- Added MariaDB 12.1 and 12.2 (note, 12.3 is in release candicate
status, see
https://mariadb.org/mariadb/all-releases/ )
- Synced the list of defined functions with the output of
`./docker_db.sh`.
- Update TiDB from v8.5.4 to v8.5.5 (see
https://docs.pingcap.com/tidb/stable/release-8.5.5/ for details)
Co-authored-by: Marco Belladelli <marcobladel(a)gmail.com>
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications