1
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 8 hours ago.
Aug 08, 2024 — Aug 08, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #189 from greut/gh135-lazy-namespace
greut
as Yoan Blanc
More... over 13 years ago
Merge pull request #190 from greut/gh190-phpunit-36
greut
as Yoan Blanc
More... over 13 years ago
Merge pull request #142 from jmoberley/issue_96
greut
as Yoan Blanc
More... over 13 years ago
Fixing test for PHPUnit 3.6 (#190)
greut
as Yoan Blanc
More... over 13 years ago
Changed field name rom some_date to someDate This is in addition to the test file from 6698b734b7cf8ec9172e38268d4b7aa2124ebf64 More... over 13 years ago
Testing the 'datefield-with-capital' bug More... over 13 years ago
Changed assign_attribute so that fields with a different inflected name (e.g. capital letters) get casted too For instance: if you have a field called 'ThisIsADate' it would not become a datetime object. If the old array_key_exists check fails, a second check is done using the inflected name. More... over 13 years ago
Merge pull request #186 from greut/gh183-sqlite-autoincrement
greut
as Yoan Blanc
More... over 13 years ago
Fixing and testing the auto increment detection for SQLite (#183)
greut
as Yoan Blanc
More... over 13 years ago
Fix the CSV loading
greut
as Yoan Blanc
More... over 13 years ago
Merge branch 'gh149' into integration More... almost 14 years ago
MySQL primary keys should be unsigned to make better use of the integer space (ids are > 0 anyway). More... about 14 years ago
Simply simpler.
greut
as Yoan Blanc
More... over 14 years ago
`Model::count(null|array())` works like `Model::count()`
greut
as Yoan Blanc
More... over 14 years ago
explaining use of $cfg->set_default_connection() More... over 14 years ago
Rename test to reflect issue number and fix tabs More... over 14 years ago
Merge remote branch 'greut/pgsql-tests' into issue_96 More... over 14 years ago
Skip test if connection fails (MySQL and PostgreSQL)
greut
as Yoan Blanc
More... over 14 years ago
Tests were failing again.
greut
as Yoan Blanc
More... over 14 years ago
only check directory exists if something was supplied More... over 14 years ago
GH-96 Postgres adapter get_column_info query fix More... over 14 years ago
Fix the PgSQL tests.
greut
as Yoan Blanc
More... over 14 years ago
Loading within a same namespace doesn't require to set the full class_name.
greut
as Yoan Blanc
More... over 14 years ago
GH-134: Expressions parsing was using field = null instead of IS More... over 14 years ago
fix default port for memcached and namespace option More... over 14 years ago
Merge branch 'gh101-has_many-through' of https://github.com/greut/php-activerecord into greut-gh101-has_many-through More... over 14 years ago
cache namespace should come first and provide a delimiter More... over 14 years ago
Merge branch 'namespaced_caching' of https://github.com/libo/php-activerecord into libo-namespaced_caching More... over 14 years ago
use default port for Memcache if none has been specified More... over 14 years ago
added documentation for Cache#initialize() More... over 14 years ago