PdoOne Versions Save

It is a simple library for PHP that simplify the use of the PDO extension.

4.6.2

2 months ago
  • 4.6.2 2024-03-02
    • [fix]PdoOne::$cacheService is now mixed.

4.6.1

2 months ago
  • 4.6.1 2024-03-02
    • [fix]PdoOne::$instance is null by default (instead of undefined)
    • updated CliOne dependency.

4.6

2 months ago
  • 4.6 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.

4.4

5 months ago
  • 4.4 2023-12-12
    • updated PodOneQuery to be compatible with PdoOneORM
    • update phpdoc to be compatible with Visual Studio Code.

4.3.3

8 months ago
  • 4.3.3 2023-09-05
    • change the PHPDOC comments, now it uses markdown instead of "pre" tag.

4.3.2

8 months ago
  • 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

8 months ago
  • 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

11 months ago
  • 4.3 2023-07-01
    • [PdoOneQuery] Update to 4.1
      • _toList() added argument $returnArray
      • toPdoStatement() new method
      • fetchLoop() new method.

4.2

1 year ago
  • 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

1 year ago
  • 4.1.2 2023-03-21
    • str_start_with() is not defined in PHP older than PHP 8.0, so I replaced.