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
*
make sure that active connections are not cleared during test when an excepti...
Aaron Patterson
2011-03-29
1
-2
/
+4
*
clearing active connections in the ConnectionManagement middleware if an exce...
Aaron Patterson
2011-03-29
1
-0
/
+3
*
proxy body responses so we close database connections after body is flushed
Aaron Patterson
2011-03-29
1
-7
/
+24
*
make sure we have an active database connection before running each connectio...
Aaron Patterson
2011-03-28
1
-1
/
+5
*
adding active_connections? to the connection pool for finding open connections
Aaron Patterson
2011-03-28
1
-0
/
+6
*
adding active_connection? to the connection pool
Aaron Patterson
2011-03-28
1
-0
/
+6
*
sql logger ignores schema statements
Aaron Patterson
2011-03-28
1
-2
/
+2
*
Merge branch 'master' of git://github.com/lifo/docrails
Xavier Noria
2011-03-23
2
-4
/
+2
|
\
|
*
remove bank line
Paco Guzman
2011-03-18
1
-1
/
+0
|
*
Remove incorrect comment that a default value of NULL cannot be set with chan...
Manuel Meurer
2011-03-16
1
-3
/
+2
*
|
pushing id insertion and prefetch primary keys down to Relation#insert
Aaron Patterson
2011-03-22
2
-0
/
+8
*
|
use prepared statements to fetch the last insert id
Aaron Patterson
2011-03-21
1
-3
/
+4
*
|
escaping binary data encoding when inserting to sqlite3. Thanks Naruse! [#655...
Aaron Patterson
2011-03-21
1
-0
/
+8
*
|
schemas set by set_table_name are respected by the mysql adapter. [#5322 stat...
Aaron Patterson
2011-03-21
1
-2
/
+16
|
/
*
implements ActiveRecord::Base.connection_config to be able to check the confi...
Xavier Noria
2011-03-05
1
-0
/
+10
*
Optimization for postgres adapter for add_column method. Set default and not ...
Timothy N. Tsvetkov
2011-02-15
1
-6
/
+10
*
switch over to Mysql2::Client#ping for the mysql2 connection check
Brian Lopez
2011-02-12
1
-4
/
+1
*
fixture should quack like a hash
Aaron Patterson
2011-02-11
1
-1
/
+9
*
log method takes an option list of bind values
Aaron Patterson
2011-02-09
4
-8
/
+10
*
Allow limit values to accept an ARel SQL literal.
Ken Collins
2011-02-09
1
-3
/
+7
*
primary keys should not be cleared on cache clear, fixing oracle tests
Aaron Patterson
2011-02-08
1
-2
/
+0
*
limit() should sanitize limit values
Aaron Patterson
2011-02-08
1
-15
/
+15
*
mysql2 should log these sql statements
Aaron Patterson
2011-02-07
1
-1
/
+1
*
the connection pool caches table_exists? calls
Aaron Patterson
2011-02-07
1
-8
/
+14
*
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
[next]