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
*
Backport #5168 to 3-2-stable. Fix a problem that NULLS is ignored by postgres...
kennyj
2012-08-02
1
-1
/
+1
*
Fixing texts; down to three failing tests.
Jeremy Cole
2012-07-13
2
-15
/
+24
*
Only use prepared statements when bind variables are present
Jeremy Cole
2012-07-13
1
-34
/
+40
*
Update psql adapter to rename a default pkey sequence during rename_table.
Robb Kidd
2012-07-10
1
-0
/
+7
*
Merge pull request #6985 from sidonath/disable-query-cache-for-locks
Rafael Mendonça França
2012-07-06
1
-1
/
+9
*
Merge pull request #6878 from masarakki/master
Rafael Mendonça França
2012-06-28
1
-0
/
+2
*
Merge pull request #6900 from cbandy/issue-6898
Carlos Antonio da Silva
2012-06-28
1
-0
/
+2
*
Fix GH #3163. Should quote database on mysql/mysql2.
kennyj
2012-06-11
1
-1
/
+1
*
Merge pull request #6477 from steveklabnik/close_discovered_pg_connection
Rafael Mendonça França
2012-05-30
1
-1
/
+2
*
Merge pull request #5244 from fotos/myqsl2_wait_timeout
Rafael Mendonça França
2012-05-25
1
-1
/
+1
*
Synchronize the ConnectionPool#release method to avoid thread safety issues [...
Andrew Selder
2012-05-23
1
-10
/
+12
*
Postgresql doesn't accept limits on binary (bytea) columns.
Victor Costan
2012-05-21
1
-8
/
+19
*
Merge pull request #6398 from pmahoney/threadsafe-connection-pool
Aaron Patterson
2012-05-19
1
-4
/
+8
*
Stop showing deprecations for Ruby 1.8.7 with remove_column
Carlos Antonio da Silva
2012-05-09
2
-4
/
+6
*
Deprecate remove_column with array as an argument
Piotr Sarnacki
2012-05-02
2
-0
/
+13
*
Be sure to correctly fetch PK name from MySQL even if the PK has some custom ...
Akira Matsuda
2012-04-19
1
-1
/
+1
*
Merge pull request #5437 from kennyj/fix_5430
Aaron Patterson
2012-03-15
1
-1
/
+1
*
ConnectionPool.checkout takes account of ruby using 'non-blocking condition v...
Jonathan Rochkind
2012-03-13
1
-9
/
+18
*
make sure connections returned after close are marked as in_use
Aaron Patterson
2012-03-12
1
-0
/
+16
*
inline docs for clear_active_connections! no longer says it cleans dead threa...
Jonathan Rochkind
2012-03-12
1
-3
/
+1
*
make active_connection? return true only if there is an open connection in us...
Aaron Patterson
2012-03-08
1
-3
/
+4
*
only log an error if there is a logger. fixes #5226
Aaron Patterson
2012-03-02
2
-2
/
+2
*
revert setting NOT NULL constraints in add_timestamps
Xavier Noria
2012-03-01
1
-2
/
+2
*
Fix type_to_sql with text and limit on mysql/mysql2. Fix GH #3931.
kennyj
2012-02-29
1
-9
/
+20
*
Revert "No need to pass options which is never used"
Rafael Mendonça França
2012-02-26
1
-2
/
+2
*
prepared statements can be disabled
Aaron Patterson
2012-02-21
6
-28
/
+53
*
tag bind params with a bind param object
Aaron Patterson
2012-02-21
3
-3
/
+3
*
more ruby 2.0 respond_to? changes
Aaron Patterson
2012-02-21
1
-1
/
+1
*
Merge pull request #5096 from lawso017/master
Aaron Patterson
2012-02-21
1
-16
/
+36
*
Handle nil in add_index :length option in MySQL
Paul Sadauskas
2012-02-08
1
-1
/
+1
*
Fix Issue #4819
densya203
2012-02-04
1
-1
/
+1
*
Merge pull request #4809 from cfeist/feist-sqlite-binary-corruption
Aaron Patterson
2012-02-02
1
-16
/
+1
*
Merge pull request #4763 from kennyj/fix_4754
Jon Leighton
2012-01-31
1
-1
/
+1
*
query cache instrumentation should included the bindings in the payload [clos...
Xavier Noria
2012-01-30
1
-1
/
+1
*
on and ON are type casted to a true boolean column
Santiago Pastorino
2012-01-11
1
-2
/
+2
*
Document that index names are made up of all columns, not just the first.
Jo Liss
2011-12-29
1
-9
/
+2
*
Should clear the primary keys cache also
Jon Leighton
2011-12-16
1
-0
/
+1
*
Don't store defaults in the schema cache
Jon Leighton
2011-12-16
1
-3
/
+2
*
Defaults hash can go on the model
Jon Leighton
2011-12-16
1
-14
/
+1
*
Cache columns at the model level.
Jon Leighton
2011-12-16
1
-9
/
+2
*
Revert naive O(1) table_exists? implementation.
Jon Leighton
2011-12-13
3
-12
/
+15
*
Use `table_exists?` from the schema cache.
Aaron Patterson
2011-12-09
1
-4
/
+2
*
don't need a begin / end.
Aaron Patterson
2011-12-09
1
-6
/
+4
*
squelch table exists? queries.
Aaron Patterson
2011-12-09
1
-1
/
+1
*
Exceptions should read from the spec configu
Aaron Patterson
2011-12-08
1
-1
/
+1
*
fix nodocs
Vijay Dev
2011-12-09
1
-3
/
+3
*
fix comments
Vijay Dev
2011-12-09
1
-4
/
+2
*
Use a hash to look up column definitions
Aaron Patterson
2011-12-07
1
-2
/
+3
*
try to normalize the objects passed to column()
Aaron Patterson
2011-12-07
1
-9
/
+11
*
automatically add the column definition to the columns list if creating a new...
Aaron Patterson
2011-12-07
1
-12
/
+21
[next]