Fix issues with integer tag names on postgres. Resolve #3624

This commit is contained in:
Griatch 2024-09-29 11:48:02 +02:00
parent 6afe37631f
commit ac06ff735c
3 changed files with 11 additions and 5 deletions

View file

@ -34,6 +34,7 @@ did not add it to the handler's object (Griatch)
(aMiss-aWry)
- [Fix][issue3612]: Make sure help entries' `subtopic_separator_char` is
respected (Griatch)
- [Fix][issue3624]: Setting tags with integer names caused errors on postgres (Griatch)
- [Docs][issue3591]: Fix of NPC reaction tutorial code (Griatch)
- Docs: Tutorial fixes (Griatch, aMiss-aWry, feyrkh)
@ -42,6 +43,7 @@ did not add it to the handler's object (Griatch)
[issue3556]: https://github.com/evennia/evennia/issues/3556
[issue3519]: https://github.com/evennia/evennia/issues/3519
[issue3612]: https://github.com/evennia/evennia/issues/3612
[issue3624]: https://github.com/evennia/evennia/issues/3624
[pull3595]: https://github.com/evennia/evennia/pull/3595
[pull3533]: https://github.com/evennia/evennia/pull/3533
[pull3594]: https://github.com/evennia/evennia/pull/3594