Skip to content

Releases: EFTEC/PdoOne

1.15

26 Dec 23:25
Compare
Choose a tag to compare
  • 1.15 2019-dec-29
    • Fix small bug if the argument of isAssoc() is not an array.

1.14

26 Dec 14:14
Compare
Choose a tag to compare
  • 1.14 2019-dec-26
    • method where() works with associative array and arguments
$results = $dao->select("*")->from("table")
    ->where('condition=:p1 and condition2=:p2',['p1'=>'Coca-Cola','p2'=>1])
    ->toList();

1.13

26 Dec 13:42
Compare
Choose a tag to compare
  • 1.13 2019-dec-26
    • new method count()
    • new method sum()
    • new method min()
    • new method max()
    • new method avg()
    • method select now allows null definition.
    • obtainSqlFields() discontinued

1.12

20 Oct 11:40
Compare
Choose a tag to compare
  • 1.12 2019-oct-20 Added argument (optional) ->toList($pdomodel) Added method ->toListSimple()

1.11

02 Oct 20:33
Compare
Choose a tag to compare

1.1 2019-oct-01 1.11 It is still compatible with php 5.6.Added to composer.json

1.9

10 Aug 22:10
Compare
Choose a tag to compare
1.9
  • 1.9 2019-aug-10 Added a date format. Methods dateSql2Text() and dateText2Sql()

1.7

23 Jun 21:50
Compare
Choose a tag to compare
1.7
  • 1.7 2019-jun-23 Added some benchmark. It also solves a problem with the tags. Now: table.field=? is converted to table.field=?

1.6

22 Jun 15:33
Compare
Choose a tag to compare
1.6

1.6

1.5

31 May 14:12
Compare
Choose a tag to compare
1.5

1.5

1.4

30 May 18:08
Compare
Choose a tag to compare
1.4
1.4