Skip to content

Releases: iNem0o/PicORM

hotfix : order prefix when using specific database

31 Oct 09:38
Compare
Choose a tag to compare

bugfixing a query malformation when specific database is used in a builded order clause

0.0.6

30 Nov 14:30
Compare
Choose a tag to compare
  • Adding setter for database and table
  • Bugfix:update query doesnt use tablename getter
  • Bugfix : where value was not prefixed with table name in many to many getter
  • Update readme

0.0.5

14 Mar 10:25
Compare
Choose a tag to compare

Moving from SQL_CALC_FOUND_ROWS to count(*)
Fix bug with relation alias name and caps
Fix bug in relation getter with LIMIT clause
Fix bug with no where / order / limit in many to many getter
Refactoring Code
Refactoring PHPDoc
Refactoring Tests

0.0.4

27 Nov 20:48
Compare
Choose a tag to compare
  • Refactoring Entity to Model
  • QueryBuilder : SQL hint and FoundRows
  • Collection pagination

0.0.3

23 Oct 20:15
Compare
Choose a tag to compare

Bugfixes
Refactoring MySQL
Collections
Tests

0.0.2

06 Oct 13:04
Compare
Choose a tag to compare

bugfixes
add namespace support and pdo fetch mode selection
add transaction support