0
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 15 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add tests for ->count(), ->sum() More... about 10 years ago
Update README.md More... over 10 years ago
Fix typo "Not" => "Now" More... over 10 years ago
Fix typo More... over 10 years ago
Merge branch 'DavidMikeSimon-distinct-select' More... over 10 years ago
Remove Node class, it's not necessary here because DISTINCT acts as a modifier to SELECT and is not an expression More... over 10 years ago
Add distinct clause support More... over 10 years ago
Fixed bug with limit expressions in doctrine More... over 10 years ago
Visit array items More... almost 11 years ago
Add some tests for Update More... almost 11 years ago
Extract methods shared by Select, Update and Delete Managers (fixes #5) More... almost 11 years ago
Update install instructions to use composer, add FAQ More... almost 11 years ago
Add documentation about insert, update, delete queries More... almost 11 years ago
Add some docblocks, better variable name, fix README examples More... almost 11 years ago
Use list of attributes in SelectManager#reorder, add docs for new methods More... almost 11 years ago
Add SelectManager#reverseOrder, SelectManager#reorder More... almost 11 years ago
Add clone handlers More... almost 11 years ago
Add SelectManager#compileDelete More... almost 11 years ago
Remove class type hint for into() to be consistent with UpdateManager and SelectManager More... almost 11 years ago
Fix link to homepage, better package description More... almost 11 years ago
master branch is now 1.0.x-dev More... almost 11 years ago
PHP 5.4 is now required. Factored out some methods into traits More... almost 11 years ago
Added not() method to table. More... almost 12 years ago
Moving the repo once again. More... almost 12 years ago
Moved Doctrine to dev dependencies. More... almost 12 years ago
Some more methods in the Doctrine Platform visitor. More... almost 12 years ago
Added function calls to visitor. More... almost 12 years ago
Added Function calls, started working on DoctrinePlatform visitor. More... almost 12 years ago
Removed class map and _autoload.php, autoloading is now done with composer. More... almost 12 years ago
Adding terminators to all queries. Moved AndX and OrX logic to common AbstractNodeList class. More... almost 12 years ago