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.10
- Fix SQLite3 DB locking when in read only mode.
3.0.0-beta.9
- MySQL 8 doesn't support word boundaries in Regexes. DB breaking change to fix that.
3.0.0-beta.8
- Added full query coverage for Postgres.
- Added full query coverage for SQLite3.
- Fix coverage generation.
- Variable renaming: no more snake_case, no $class, and no $var. Getting rid of hacky (type) $var === $var instead of is_type($var).
- Implementing PHP code style across Nymph.
3.0.0-beta.7
- Added a getValidatable method to entities for getting a validatable object.
- Migrating "data" clause to "equal". Added support for "equal". Deprecated "data".
3.0.0-beta.6
- Greatly optimized MySQL queries. They can now take care of limit and offset and are much faster.
3.0.0-beta.5
- Updated to use InnoDB by default, and new features in MySQL.
- MySQL driver now uses transactions, row locking, foreign keys.
- Split out comparisons into new table in MySQL.
- Split out comparisons into new table in PostgreSQL.
- Split out comparisons into new table in SQLite3.
3.0.0-beta.4
- Fixed bug in ref selector in Postgres and SQLite drivers.
3.0.0-beta.3
- Moved a lot of driver logic that was shared into the driver trait.
- Refactored POSIX regex function.
3.0.0-beta.2
- SQLite3 support!
- Small fixes.
3.0.0-beta.1
Many improvements, getting ready for Tilmeld integration.