1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 04, 2024 — Aug 04, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
turned default_port() into a static var More... over 15 years ago
added a static QUOTE_CHARACTER and implemented quote_name() in Connection instead of individually in each adapter More... over 15 years ago
added assert_sql_has to cleanup all the terrible quote_name()ing and strpos()ing More... over 15 years ago
pgsql is g2g More... over 15 years ago
fixed failing test under pgsql More... over 15 years ago
don't double quote More... over 15 years ago
Merge branch 'pgsql' More... over 15 years ago
fixed remaining pgsql test failures More... over 15 years ago
added support for sequences More... over 15 years ago
key names should be variablized More... over 15 years ago
use quote_name instead of hard coded mysql `quoting` More... over 15 years ago
use limit() method instead of hard coding LIMIT in the strings More... over 15 years ago
only unquote for pgsql when called called from get_meta_data() More... over 15 years ago
changed a default More... over 15 years ago
added --adapter parameter More... over 15 years ago
don't quote_name for pgsql since its passed as a bind parameter and not a literal in the call to query_column_info More... over 15 years ago
fix failing tests relating to insert_id More... over 15 years ago
time stuff More... over 15 years ago
working postgres adapter More... over 15 years ago
fixed potential bug of non-cloned objects for eager loading (included relationships) More... over 15 years ago
added eager loading / include feature for relationships see http://api.rubyonrails.org/classes/ActiveRecord/Associations/ClassMethods.html Eager loading of associations More... over 15 years ago
SQLBuilder should quote field names when given an array & adapters should not attempt to re-quote a string More... over 15 years ago
updated test for fixed array_flatten and formatting More... over 15 years ago
GH-28: adding test to CallbackTest for clay's fix More... over 15 years ago
Merge branch 'master' of [email protected]:kla/php-activerecord More... over 15 years ago
- GH-28: after_create called after primary key is set (cherry picked from commit 8ccae8047bdd54fe20563e1c1b7823f076e20715) by jpfuentes2 More... over 15 years ago
throw an error if you specify a relationhip with a class that does not extend from ActiveRecord\Model More... over 15 years ago
explicitly setting error_reporting for tests More... over 15 years ago
GH-26: fixed var ref errors - model __get() & read_attribute() need to return by reference More... over 15 years ago
the commit that fixes the commit that committed broken code More... over 15 years ago