This repository has been archived by the owner on Dec 11, 2022. It is now read-only.
Releases: sciactive/nymph-server
Releases · sciactive/nymph-server
3.0.0-beta.20
- Moved references column to its own table across rows in Postgres and SQLite driver.
- Fix bug where accessing a property that doesn't exist on an entity would create the property with a null value.
- Removed unnecessary foreign key in MySQL and added a new index.
REQUIRES EXPORT->UPDATE->DROP TABLES->IMPORT!!!
3.0.0-beta.19
- Redesigned MySQL references.
- Removed varlist column.
REQUIRES EXPORT->UPDATE->DROP TABLES->IMPORT!!!
3.0.0-beta.18
- Fixed bug where sorting was only affecting limit and offset; final results were not actually sorted.
- Reformat concatenation operator.
3.0.0-beta.17
3.0.0-beta.16
- Fixed cdate and mdate not matching on woken references.
- Reconnect to MySQL server when it goes away. (Fixes a PubSub MySQL connection closing.)
3.0.0-beta.15
- Allow providing a MySQLi resource, instead of connection params.
3.0.0-beta.14
- Fixed entities creating null ac properties.
3.0.0-beta.13
- Removed package entry from docblocks.
- deleteEntityByID now requires class name instead of etype.
- Save original AC values on entity load.
3.0.0-beta.12
- Get rid of client side etype.
3.0.0-beta.11
- Use identity equality in Entity methods.