index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
lib
/
active_record
/
connection_adapters
Commit message (
Expand
)
Author
Age
Files
Lines
*
adjust query counts to be consistent across databases, make sure database log...
Aaron Patterson
2011-02-04
4
-11
/
+27
*
column cache now lives on the connection pool
Aaron Patterson
2011-02-04
1
-1
/
+5
*
almost fisted
Aaron Patterson
2011-02-04
1
-0
/
+7
*
making sure primary key is set on the columns
Aaron Patterson
2011-02-04
1
-1
/
+9
*
connection pool can cache column, table, and primary key information
Aaron Patterson
2011-02-04
1
-0
/
+34
*
refactor a bunch of return / if to a case / when
Aaron Patterson
2011-02-03
2
-26
/
+30
*
add_limit_offset! is deprecated
Aaron Patterson
2011-02-03
1
-0
/
+1
*
just use the superclass implementation
Aaron Patterson
2011-02-03
1
-49
/
+0
*
Revert "ARel only requires the connection from the AR class. Simply return th...
Aaron Patterson
2011-02-03
1
-24
/
+24
*
ARel only requires the connection from the AR class. Simply return the AR cla...
Aaron Patterson
2011-02-03
1
-24
/
+24
*
this method should never return nil
Aaron Patterson
2011-02-02
1
-1
/
+1
*
just require mysql2
Aaron Patterson
2011-02-02
1
-1
/
+1
*
adding mysql2 adapter
Aaron Patterson
2011-02-02
1
-0
/
+657
*
moving AR::ConnectionAdapters::Column to its own file
Aaron Patterson
2011-02-01
3
-263
/
+269
*
column will use coder to typecase value when it is available
Aaron Patterson
2011-02-01
1
-0
/
+2
*
coders can be assigned to columns
Aaron Patterson
2011-02-01
1
-1
/
+4
*
dry up our case / when statements
Aaron Patterson
2011-02-01
1
-34
/
+31
*
expand mulasgn for enhancing readability
Aaron Patterson
2011-01-31
1
-6
/
+9
*
Use run_callbacks; the generated _run_<name>_callbacks method is not a public...
John Firebaugh
2011-01-31
1
-1
/
+1
*
Add :bulk => true option to change_table
Pratik Naik
2011-01-31
3
-60
/
+148
*
always return the identity function from type_cast_code
Aaron Patterson
2011-01-28
1
-1
/
+1
*
use an identity conversion to avoid conditional codes
Aaron Patterson
2011-01-28
1
-2
/
+2
*
SQLite3 has supported savepoints since version 3.6.8, we should use this!
Jon Leighton
2011-01-11
2
-2
/
+18
*
remove unused string substitution
Aaron Patterson
2011-01-08
1
-6
/
+1
*
only rescue from Mysql::Error exceptions [#6236 state:resolved]
Aaron Patterson
2011-01-07
1
-4
/
+9
*
no need to specify self
Aaron Patterson
2011-01-05
1
-1
/
+1
*
require ActiveSupport deprecatation file before using deprecate method in dat...
Raimonds Simanovskis
2011-01-04
1
-0
/
+2
*
herp derpricating add_limit_offset!
Aaron Patterson
2011-01-03
2
-0
/
+4
*
Make serialized fixtures work again
Pratik Naik
2010-12-29
1
-1
/
+2
*
move ivar to initialize, use triple dot rather than minus
Aaron Patterson
2010-12-16
1
-1
/
+1
*
Merge remote branch 'rude/disable-keys-for-postgres-9.0.1' into pg
Aaron Patterson
2010-12-09
1
-6
/
+7
|
\
|
*
Cleaner way to extract the Postgres version
Matthew Rudy Jacobs
2010-11-21
1
-2
/
+6
|
*
Fix Bug: disable_referential_integrity doesn't work for postgres 9.0.1
Matthew Rudy Jacobs
2010-11-21
1
-4
/
+1
*
|
Use Array.wrap instead of using ternary
Piotr Sarnacki
2010-12-09
1
-1
/
+1
*
|
Allow to run migrations from more than one directory
Piotr Sarnacki
2010-12-09
1
-2
/
+4
*
|
made in_clause_length default nil (no limit)
Alex Rothenberg
2010-12-02
1
-2
/
+2
*
|
rolling out migrated_at until I can fix the build
Aaron Patterson
2010-12-01
1
-15
/
+3
*
|
tests mostly pass
Josh Susser
2010-12-01
1
-2
/
+2
*
|
name in schema_migrations, migrations in schema dump
Josh Susser
2010-12-01
1
-0
/
+4
*
|
Add migrated_at column to schema_migrations table.
Josh Susser
2010-12-01
1
-1
/
+9
*
|
Don't depend on rubygems loading thread (for Mutex)
raggi
2010-11-25
1
-0
/
+1
*
|
Avoid creating local var.
Emilio Tagua
2010-11-24
1
-2
/
+1
*
|
Use params default.
Emilio Tagua
2010-11-24
1
-2
/
+1
*
|
Removed ids_in_list_limit in favor of in_clause_length defined in database_li...
Alex Rothenberg
2010-11-23
1
-5
/
+0
|
/
*
Adapters can specify maximum number of ids they support in a list of expressions
Alex Rothenberg
2010-11-18
1
-0
/
+5
*
use column names as order by complex function parameters, fix for postgresql ...
Raimonds Simanovskis
2010-11-07
1
-1
/
+1
*
Avoid warning: shadowing outer local variable
Santiago Pastorino
2010-11-05
1
-2
/
+2
*
Fixes queries using limits and punctuation in order, removes order("col1, col...
Santiago Pastorino
2010-11-05
1
-3
/
+3
*
renaming exec in the mysql adapter
Aaron Patterson
2010-11-05
1
-2
/
+2
*
renaming exec in the PG adapter
Aaron Patterson
2010-11-05
1
-3
/
+3
[next]