Releases: EFTEC/PdoOne
Releases · EFTEC/PdoOne
2.29
2.28
2.27
2.26
- 2.26 2022-02-19
- [core] [new] added more type hinting for the arguments for the safety and stability of the tool.
- [cli] now the CLI is located in a different file called pdoonecli.php. Also, the CLI has more features than before, including the generation of the OOP classes.
2.25
2.24.1
2.24
2.24 2022-02-06
- [repo] Now the library allows multiple connections using different repository class bases.
- [_BasePdoOne] Updated to version 7. You must rebuild the repository classes to rebuild the base class.
- [core] [new] Now MessageContainer is injected automatically
- [core] [new] You can obtain an instance of PdoOne using the static method PdoOne::instance()
- [core] [fix] Method lastError() always returns a string (empty if not error) instead of a NULL.
- [core] [change] Method getMessages() rename to getMessageContainer()
- [core] [new] Method getMessages() returns all the messages.
- [core] [new] Method getErrors(),getFirstError(),getLastError(),hasError() return error messages.
- [core] [new] Method getInfos(),getFirstInfo(),getLastInfo() return info messages.
2.23
2.22.2
2.22.1
- 2.22.1 2022-01-03
- [core] [edit] generateAllClasses() now returns errors and warnings.
- 2.22 2022-01-30
- [core] [edit] A new static value called $pageSize
- [PdoOneQuery] [edit] the method page() allows to specify the size of the page.
- [_basepdoone] [edit] the method page() allows to specify the size of the page.
- 2.21 2022-01-28
- [core][fixed] method singularTable() is now more exact to convert plural names to singular, however, it is far from perfect.
- [_basepdoone] [fixed] now several methods store the last error.However, it is far from perfect.
- [_basepdoone] [fixed] now several methods store the last error.