Releases: EFTEC/PdoOne
Releases · EFTEC/PdoOne
1.28
- 1.28 2020-04-06
- method toMeta() now allows arguments.
- The library now has a cli interface and a generation of code
- new method isCli()
- new method cliEngine()
- new method getParameterCli() protected
- new method removeTrailSlash() protected
- new method fixCsv() protected
- new method generateCodeSelect() protected
- new method generateCodeArray() protected
- new method generateCodeClass() protected
1.24.1
1.24
1.23.1
1.23
1.22
1.21
1.20
1.19
1.19 2020-jan-15
* getSequence() now has a new argument (name of the sequence, optional)
* createSequence() has a new argument (type of sequence) and it allows to create a sequential sequence.
* objectexist() now is public and it allows to works with functions
* Bug fixed: objectExist() now works correctly (used by tableExist())
* new DDL methods drop(), dropTable() and truncate()