0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update README.md More... over 9 years ago
Create README.md More... over 9 years ago
Merge pull request #13 from ecederstrand/patch-1 More... over 10 years ago
A required field is just required to be != NULL More... over 10 years ago
Strings that consist of only the character 0 are not considered empty. More... over 13 years ago
Entity: Updated 'toJson' method to use correct data() method instead of non-existent 'getData' method. More... over 13 years ago
Adapter: Updated MySQL/PDO migrate functionality More... almost 14 years ago
Base: Added 'serial' option instead of 'auto_increment' More... almost 14 years ago
Changed mapper to so it no longer conflicts with column names More... about 14 years ago
Relation > HasMany: Removed repetitive code in 'first()' method (thanks Eli White) More... about 14 years ago
Adapter > PDO Base: Updated 'statementConditions' function to work with simple array passed from mapper 'delete' function More... about 14 years ago
Adapter: PDO Base adapter: removed third parameter from 'setFetchMode' call in 'toCollection' function - it was causing random crashes in IIS7/Win Server 2008 More... about 14 years ago
Base Relation: Added missing variable declration that was causing 'HasOne' relations to not work (got caught in __get magic function) More... about 14 years ago
Tests: Using mappers now in ConditionsTest set backupGlobals to false in test cases More... about 14 years ago
Base Mapper / Adapters: Updated function calls for truncating and dropping data sources More... about 14 years ago
Tests: Fixed relations tests and did some initial setup for an idea on HasMany:through relations More... about 14 years ago
Base Mapper: Fixed issue with multiple conditions being set in 'where' clause for relations More... about 14 years ago
Pager / Query: Updated Pager to work well with larger sets, changed API to match simple one-word functions like the rest of the project More... about 14 years ago
Query: Updated 'select' function to only update source if set More... about 14 years ago
Base PDO Adapter: Fixing issues with NULL values passed to 'read' query More... about 14 years ago
Adapter: Added extra field types from HTML5: email, url, password, tel More... about 14 years ago
Adapter: Fixed missing 2nd param error after previous update More... about 14 years ago
Adapter: Removed lingering debug call More... about 14 years ago
Adapter: Updated tableExists check in migrate() to ensure proper source database is used for check More... about 14 years ago
Base: Updated error functions to include field name as key, corrected issue in PDO adapter for conditions manually passed to statementConditions() without going throguh Query object More... about 14 years ago
Merge branch 'dev/new' of github.com:vlucas/phpDataMapper into dev More... about 14 years ago
Tests: Relations tests looking for wrong return type. Should be instance of phpDataMapper_Relation More... about 14 years ago
Merge branch 'dev/new' of github.com:vlucas/phpDataMapper into dev More... about 14 years ago
Some math tests to stress the conditions a little better. More... about 14 years ago
Tests for various WHERE conditions. More... about 14 years ago