1
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 19 hours ago.
Jul 25, 2024 — Jul 25, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'fix_memcache' of https://github.com/libo/php-activerecord into libo-fix_memcache More... over 14 years ago
Implemented a namespace for Caching to avoid clashing of two application running on the same cache store fx:memcache) More... over 14 years ago
bugfix: it wasn't possible to connect to a given port of memcache, only default was used More... over 14 years ago
Use __DIR__, not dirname(__FILE__). More... over 14 years ago
removed sequence support from SQLiteAdapter More... over 14 years ago
use Model::connection() instead of going directly to Table More... over 14 years ago
formatting More... over 14 years ago
Added abstract native_database_types to Connection.php All adapters now provide a mapping array from raw_type to native_type for use in Migrations. More... over 14 years ago
accept urlencoded path More... over 14 years ago
formatting More... over 14 years ago
Dropped unneeded TestCase.php include. More... over 14 years ago
Use ternary shortcuts in test config. More... over 14 years ago
Fixed test_invoke_unregistered_callback so mock Model constructor doesn't fail. More... over 14 years ago
Proper deprecation usage: E_USER_DEPRECATED and @deprecated tags. More... over 14 years ago
Dropped unneeded PHPUnit/Framework.php includes to squash a PHP Notice. More... over 14 years ago
Set default timezone to UTC for tests to squash warnings thrown by calls to DataTime methods. More... over 14 years ago
Make `model_directory` validation lazy so it can work in environments that use it in a different way.
greut
as Yoan Blanc
More... over 14 years ago
Tests were failing because of table naming… sorry for that.
greut
as Yoan Blanc
More... over 14 years ago
Merge branch 'dev' of https://github.com/benjamin4ruby/php-activerecord into benjamin4ruby-dev More... over 14 years ago
formatting More... over 14 years ago
include doesn't take into account belongs_to relations so this test was invaild.
greut
as Yoan Blanc
More... over 14 years ago
add unit test for attribute_is_dirty More... over 14 years ago
Merge branch 'orig_master' into dev More... over 14 years ago
Performance considerations, add documentation to option param More... over 14 years ago
GH-24: Model::(delete|update)_all() with conditions limit/order options More... over 14 years ago
Allow LIMIT/ORDER clauses for UPDATE/DELETE operations when using mysql or sqlite adapters More... over 14 years ago
limit clause no longer includes an offset if offset is null More... over 14 years ago
SQLBuilder should allow a string updates More... over 14 years ago
Merge branch 'benjamin4ruby-validation' More... over 14 years ago
Check for public visibility of Callback methods More... over 14 years ago