-
3.0.0-beta.20 Pre-release
released this
2018-11-09 18:03:00 -08:00 | 34 commits to master since this release- 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!!!
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
3.0.0-beta.19 Pre-release
released this
2018-11-01 23:41:55 -07:00 | 38 commits to master since this release- Redesigned MySQL references.
- Removed varlist column.
REQUIRES EXPORT->UPDATE->DROP TABLES->IMPORT!!!
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
3.0.0-beta.18 Pre-release
released this
2018-08-07 20:55:14 -07:00 | 44 commits to master since this release- Fixed bug where sorting was only affecting limit and offset; final results were not actually sorted.
- Reformat concatenation operator.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
3.0.0-beta.17 Pre-release
released this
2018-06-22 17:29:43 -07:00 | 47 commits to master since this releaseDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
3.0.0-beta.16 Pre-release
released this
2018-06-22 13:49:34 -07:00 | 50 commits to master since this release- Fixed cdate and mdate not matching on woken references.
- Reconnect to MySQL server when it goes away. (Fixes a PubSub MySQL connection closing.)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
3.0.0-beta.15 Pre-release
released this
2018-06-08 18:24:02 -07:00 | 53 commits to master since this release- Allow providing a MySQLi resource, instead of connection params.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
3.0.0-beta.14 Pre-release
released this
2018-05-18 11:33:55 -07:00 | 55 commits to master since this release- Fixed entities creating null ac properties.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
3.0.0-beta.13 Pre-release
released this
2018-05-14 18:54:31 -07:00 | 58 commits to master since this release- Removed package entry from docblocks.
- deleteEntityByID now requires class name instead of etype.
- Save original AC values on entity load.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
3.0.0-beta.12 Pre-release
released this
2018-05-07 18:44:58 -07:00 | 62 commits to master since this release- Get rid of client side etype.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
3.0.0-beta.11 Pre-release
released this
2018-05-04 17:03:53 -07:00 | 64 commits to master since this release- Use identity equality in Entity methods.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads