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
*
on SchemaCache use the connection getter instead of the obj given
Arthur Neves
2013-09-09
1
-2
/
+2
*
Do not shallow the original exception in exec_cache
Rafael Mendonça França
2013-07-09
1
-1
/
+5
*
Merge pull request #10925 from senny/10917_test_to_prevent_regression
Yves Senn
2013-06-15
1
-3
/
+5
*
Correctly parse bigint defaults in PostgreSQL, Backpost #10098.
Erik Peterson
2013-04-11
1
-1
/
+1
*
Wrong exception is occured when raising no translatable exception
kennyj
2013-03-20
1
-0
/
+2
*
Don't crash exception translation w/ nil result attribute.
Steve Jorgensen
2013-03-20
1
-1
/
+1
*
Update docs, change_table does not use TableDefinition.
Yves Senn
2013-02-28
1
-2
/
+2
*
Revert "Merge pull request #9208 from dylanahsmith/3-2-mysql-quote-numeric"
Steve Klabnik
2013-02-26
2
-8
/
+4
*
Sqlite preserves primary keys when copying/altering tables.
Yves Senn
2013-02-23
1
-2
/
+6
*
active_record: Quote numeric values compared to string columns.
Dylan Smith
2013-02-07
2
-4
/
+8
*
Revert "Work around undiagnosed bug that's draining a relation's bind_values"
Carlos Antonio da Silva
2013-01-15
1
-1
/
+0
*
Revert "Merge pull request #7983 from georgebrock/bug7950-squashed"
Carlos Antonio da Silva
2013-01-15
1
-4
/
+4
*
connection_parameters is an Array and will never have
Rafael Mendonça França
2013-01-06
1
-2
/
+0
*
Fix error when assigning NaN to an integer column
Tristan Harward
2013-01-06
1
-5
/
+1
*
Fix undefined method `to_i' introduced since 3.2.8
Jason Stirk
2013-01-04
1
-1
/
+5
*
Backport #8522, Keep index names when using with sqlite3
Yves Senn
2012-12-19
1
-1
/
+1
*
Merge pull request #8417 from kennyj/fix_8414
Rafael Mendonça França
2012-12-04
1
-3
/
+2
*
Merge pull request #6397 from kennyj/fix_translate_exception
Aaron Patterson
2012-11-30
1
-3
/
+7
*
Work around undiagnosed bug that's draining a relation's bind_values
Jeremy Kemper
2012-11-28
1
-0
/
+1
*
schema cache already has the columns as a hash, so use that
Aaron Patterson
2012-11-26
1
-1
/
+20
*
schema cache already has the columns as a hash, so use that
Aaron Patterson
2012-11-25
1
-1
/
+1
*
speed up fixture loading by querying the schema cache for column names
Aaron Patterson
2012-11-25
1
-1
/
+1
*
Merge pull request #8276 from pwnall/pgsql_text_limits
Rafael Mendonça França
2012-11-20
1
-0
/
+7
*
Be a bit less conservative with mysql in adapter
Carlos Antonio da Silva
2012-11-19
1
-1
/
+1
*
use bind values for join columns
Aaron Patterson
2012-11-10
1
-4
/
+4
*
Fix typo :bomb: [ci skip]
Rafael Mendonça França
2012-10-29
1
-1
/
+1
*
Fix bug when Column is trying to type cast boolean values to integer.
Rafael Mendonça França
2012-10-29
1
-2
/
+13
*
fixed support for DATABASE_URL for rake db tasks
Grace Liu
2012-10-29
1
-1
/
+1
*
Merge pull request #8057 from frodsan/fix_sqlite_mutate_arg
Rafael Mendonça França
2012-10-29
1
-1
/
+1
*
Make Active Record tests pass in isolation
Rafael Mendonça França
2012-10-29
1
-2
/
+1
*
Merge pull request #7593 from veader/patch-1
Rafael Mendonça França
2012-10-28
1
-0
/
+2
*
Synchronize around deleting from the reserved connections hash.
Aaron Patterson
2012-10-15
1
-1
/
+1
*
7914 Using a better way to get the defaults from db.
Arturo Pie
2012-10-14
1
-12
/
+7
*
#7914 get default value when type uses schema name
Arturo Pie
2012-10-14
1
-1
/
+1
*
Merge pull request #7850 from senny/5920_postgres_adapter_table_with_capital_...
Rafael Mendonça França
2012-10-06
1
-1
/
+1
*
ConnectionPool accepts spec key 'checkout_timeout'
Jonathan Rochkind
2012-09-24
1
-3
/
+9
*
Revert "backport fair connection pool 02b2335563 to 3-2-stable"
Rafael Mendonça França
2012-09-20
1
-190
/
+49
*
backport fair connection pool 02b2335563 to 3-2-stable
Jonathan Rochkind
2012-09-17
1
-49
/
+190
*
Backport explain fixes.
Rafael Mendonça França
2012-09-16
2
-11
/
+11
*
Backport PostgreSQL auto-reconnect test coverage
Steve Jorgensen
2012-09-13
1
-0
/
+1
*
Merge pull request #7582 from tchandy/fix_type_cast_code
Rafael Mendonça França
2012-09-09
1
-2
/
+2
|
\
|
*
ConnectionAdapters::Column.type_cast_code should always convert values to int...
Thiago Pradi
2012-09-09
1
-2
/
+2
*
|
Merge pull request #7337 from adzap/string_to_dummy_time
Rafael Mendonça França
2012-09-05
1
-1
/
+7
|
/
*
Merge pull request #7388 from ManageIQ/fix_table_remove_passing_array_depreca...
Rafael Mendonça França
2012-08-18
1
-1
/
+1
|
\
|
*
Table#remove passed an array to remove_column, which is deprecated.
Joe Rafaniello
2012-08-18
1
-1
/
+1
*
|
Ruby 1.8 doesn't have to_r defined to NilClass and Float.
Rafael Mendonça França
2012-08-18
1
-5
/
+14
|
/
*
Merge pull request #7352 from aripollak/microsecond-timestamp
Rafael Mendonça França
2012-08-17
1
-2
/
+2
*
Merge pull request #5872 from evtuhovich/prepared_statement_fix
Aaron Patterson
2012-08-06
1
-10
/
+10
*
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
[next]