Skip to content

Releases: EFTEC/PdoOne

4.4

12 Dec 21:45
Compare
Choose a tag to compare
4.4
  • 4.4 2023-12-12
    • updated PodOneQuery to be compatible with PdoOneORM
    • update phpdoc to be compatible with Visual Studio Code.

4.3.3

16 Sep 21:03
Compare
Choose a tag to compare
  • 4.3.3 2023-09-05
    • change the PHPDOC comments, now it uses markdown instead of "pre" tag.

4.3.2

06 Sep 01:10
Compare
Choose a tag to compare
  • 4.3.2 2023-09-05
    • A small fix with the error messages, now on level 1 it shows the cause of the error.

4.3.1

02 Sep 23:42
Compare
Choose a tag to compare
  • 4.3.1 2023-09-02
    • [PdoOneCli] Update to 2.5
      • Fixed a problem when the cli ends.
      • The class is able to return an instance of it.

4.3

01 Jul 15:43
Compare
Choose a tag to compare
4.3
  • 4.3 2023-07-01
    • [PdoOneQuery] Update to 4.1
      • _toList() added argument $returnArray
      • toPdoStatement() new method
      • fetchLoop() new method.

4.2

07 Apr 12:43
Compare
Choose a tag to compare
4.2
  • 4.2 2023-04-07
    • [PdoOne] the constructor allows to set the key-value table.
    • [PdoOne] new methods getTableKV() getDefaultTableKV(),existKVTable()
    • [PdoOneCli] Update to 2.3.1. Now you can enter more values. Also, load and save works in PHP format (it is more flexible4)

4.1.2

21 Mar 17:38
Compare
Choose a tag to compare
  • 4.1.2 2023-03-21
    • str_start_with() is not defined in PHP older than PHP 8.0, so I replaced.

4.1.1

21 Mar 12:43
Compare
Choose a tag to compare
  • 4.1.1 2023-03-21
    • [PdoOneCli] Update to 2.3.1.
    • [composer.json] Update dependency to eftec/clione 1.26 or higher.

4.1

21 Mar 03:22
Compare
Choose a tag to compare
4.1
  • 4.1 2023-03-21
    • [PdoOneCli] Updated to 2.3. Now "menu" is generated by the library CliOne.

4.0.1

11 Mar 20:31
Compare
Choose a tag to compare
  • 4.0.1 2023-11-03
    • [PdoOneCli] Fix a small bug with option save. It failed to ask the filename.