Releases: EFTEC/PdoOneORM
Releases · EFTEC/PdoOneORM
2.6
- 2.26 2025-02-20
- Added prefix and postfix for the relational columns.
- [_BasePdoOneRepo] updated to binary 16, so you should rebuild the repositories classes.
2.2
- 2.2 2024-06-07
- Update phpdoc using markdown without "php" because PHPStorm is not compatible with it.
2.1
- 2.1 2024-03-02
- Updating dependency to PHP 7.4. The extended support of PHP 7.2 ended 3 years ago.
- Added more type hinting in the code.
2.0
- 2.0 2023-12-13
- Repo classes: Constant fields are now regular fields.
- Why? Constants are a bit slow, but it also lacks of flexibility.
- Example: (prev) CustomerRepo::TABLE, (now) CustomerREPO::$TABLE
- Repositories classes must be regenerated.
1.3.1
- 1.3.1 2023-11-13
- Update some templates
- It shows the table source when update() fails
- 1.3 2023-09-02
- [PdoOneORMCli] 1.9 fixed a bug not scanning.
- Update composer.json dependency.
1.2.2
- 1.2.2 2023-08-11
- [PdoOneORMCli] 1.8.2 fixed a bug not scanning.
- Update dependencies to eftec/pdoone 4.3
1.2.1
- 1.2.1 2023-05-21
- [PdoOneORMCli] 1.8.1 fixed a small bug in "configure per type"
1.2
- 1.2 2023-04-7
- [PdoOneORM] update for compatibility with PdoOne 4.2 and higher
- [composer.json] PHPUnit reduced to 8.5 (PHP 7.2 compatible)
- [PdoOneORMCli] 1.8 now configuration files are stored as PHP file instead of a json. Why? It is more flexible.
1.1
- 1.1 2023-03-21
- [PdoOneORMCli] 1.7 CLI menu updated using the new functionality of the menu from CliOne 1.26.1