1
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 15 hours ago.
Aug 04, 2024 — Aug 04, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
dos -> unix More... about 15 years ago
GH-48 added ability to specify encoding for database connection by adding ?charset=utf8 to your connection string More... about 15 years ago
simple association and validation definitions can now be specified as a string instead of having to do something like array('parent') More... about 15 years ago
GH-53 model's Table instance needs to be initialized when deserialized More... about 15 years ago
fixed validates_numericality_of to not ignore other options when only_integer is present and matches More... about 15 years ago
formatting More... about 15 years ago
Model not Base More... about 15 years ago
added default expire time of 30 seconds and ability to change it in the cache setup More... about 15 years ago
fixed minor test failure More... about 15 years ago
cache schema queries More... about 15 years ago
passing in null disables caching More... about 15 years ago
make sure get works when caching has not been initialized More... about 15 years ago
initial caching classes More... about 15 years ago
i added an option to get_primary_key() to return the first element so I could clean some code up More... about 15 years ago
dos -> unix More... about 15 years ago
GH-52 setter for id when table does not have a pk named id More... about 15 years ago
removed un-needed strtoupper More... about 15 years ago
Merge branch 'integration' of github.com:kla/php-activerecord into integration More... about 15 years ago
added a changelog More... about 15 years ago
found a better place for it More... about 15 years ago
dos -> unix line format More... about 15 years ago
fixed to properly handle date only fields More... about 15 years ago
all attribute assignment now goes thru assign_attribute() to fix an issue with DateTime objects not properly getting flagged dirty More... about 15 years ago
added ability to skip certain adapter tests by specifying it in an environment var More... about 15 years ago
GH-51 Model::transaction() now returns true if committed or false if rolled back More... about 15 years ago
not just xml being tested here More... about 15 years ago
GH-40 SQLBuilder should prepend table name to fields in apply_where_conditions if any joins have been specified More... about 15 years ago
fixed serialization to serialize datetime fields as strings instead of the actual DateTime objects. important format change for anyone using serialized datetime fields More... about 15 years ago
test for xml serialization with datetime objects More... about 15 years ago
GH-40 SQLBuilder should prepend table name to fields in apply_where_conditions if any joins have been specified More... about 15 years ago