openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
P
PHPActiveRecord
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Aug 04, 2024 — Aug 04, 2025
Showing page 15 of 21
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
turned default_port() into a static var
Kien La
More...
over 15 years ago
added a static QUOTE_CHARACTER and implemented quote_name() in Connection instead of individually in each adapter
Kien La
More...
over 15 years ago
added assert_sql_has to cleanup all the terrible quote_name()ing and strpos()ing
Kien La
More...
over 15 years ago
pgsql is g2g
Kien La
More...
over 15 years ago
fixed failing test under pgsql
Kien La
More...
over 15 years ago
don't double quote
Kien La
More...
over 15 years ago
Merge branch 'pgsql'
Kien La
More...
over 15 years ago
fixed remaining pgsql test failures
Kien La
More...
over 15 years ago
added support for sequences
Kien La
More...
over 15 years ago
key names should be variablized
Jacques Fuentes
More...
over 15 years ago
use quote_name instead of hard coded mysql `quoting`
Kien La
More...
over 15 years ago
use limit() method instead of hard coding LIMIT in the strings
Kien La
More...
over 15 years ago
only unquote for pgsql when called called from get_meta_data()
Kien La
More...
over 15 years ago
changed a default
Kien La
More...
over 15 years ago
added --adapter parameter
Kien La
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
Kien La
More...
over 15 years ago
fix failing tests relating to insert_id
Kien La
More...
over 15 years ago
time stuff
Kien La
More...
over 15 years ago
working postgres adapter
Kien La
More...
over 15 years ago
fixed potential bug of non-cloned objects for eager loading (included relationships)
Jacques Fuentes
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
Jacques Fuentes
More...
over 15 years ago
SQLBuilder should quote field names when given an array & adapters should not attempt to re-quote a string
Jacques Fuentes
More...
over 15 years ago
updated test for fixed array_flatten and formatting
Kien La
More...
over 15 years ago
GH-28: adding test to CallbackTest for clay's fix
Jacques Fuentes
More...
over 15 years ago
Merge branch 'master' of
[email protected]
:kla/php-activerecord
Jacques Fuentes
More...
over 15 years ago
- GH-28: after_create called after primary key is set (cherry picked from commit 8ccae8047bdd54fe20563e1c1b7823f076e20715) by jpfuentes2
root
More...
over 15 years ago
throw an error if you specify a relationhip with a class that does not extend from ActiveRecord\Model
Kien La
More...
over 15 years ago
explicitly setting error_reporting for tests
Jacques Fuentes
More...
over 15 years ago
GH-26: fixed var ref errors - model __get() & read_attribute() need to return by reference
Jacques Fuentes
More...
over 15 years ago
the commit that fixes the commit that committed broken code
Jacques Fuentes
More...
over 15 years ago
←
1
2
…
11
12
13
14
15
16
17
18
19
20
21
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree