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
*
Change minimum (default) log level in PostgreSQL to warning.
kennyj
2012-06-18
1
-1
/
+1
*
Avoid unnecessary catching of Exception instead of StandardError.
Dylan Smith
2012-06-17
3
-6
/
+6
*
Simplify AR configuration code.
Jon Leighton
2012-06-15
1
-6
/
+8
*
Add uuid type support to PostgreSQL adapter
Konstantin Shabanov
2012-06-14
2
-3
/
+8
*
Merge pull request #6492 from pmahoney/fair-connection-pool2
Rafael Mendonça França
2012-06-11
1
-37
/
+174
|
\
|
*
Make connection pool fair with respect to waiting threads.
Patrick Mahoney
2012-05-25
1
-37
/
+174
*
|
Symbol responds_to :upcase & :downcase in Ruby >= 1.9
Akira Matsuda
2012-06-06
1
-1
/
+1
*
|
Work around undiagnosed bug that's draining a relation's bind_values
Jeremy Kemper
2012-05-31
1
-0
/
+1
*
|
Merge pull request #6477 from steveklabnik/close_discovered_pg_connection
Rafael Mendonça França
2012-05-30
1
-1
/
+2
|
\
\
|
*
|
Properly discover a connection is closed in postgresql_adapter
Steve Klabnik
2012-05-24
1
-1
/
+2
*
|
|
Merge pull request #6386 from kennyj/fix_logs_name_consistency
Aaron Patterson
2012-05-30
3
-18
/
+15
|
\
\
\
|
*
|
|
Fix logs name consistency.
kennyj
2012-05-19
3
-18
/
+15
*
|
|
|
SchemaMigration should be loaded lazily.
kennyj
2012-05-29
1
-1
/
+0
|
|
_
|
/
|
/
|
|
*
|
|
Merge pull request #5872 from evtuhovich/prepared_statement_fix
Aaron Patterson
2012-05-25
1
-10
/
+10
|
\
\
\
|
*
|
|
Remove prepared statement from system query in postgresql adapter
Ivan Evtukhovich
2012-05-12
1
-10
/
+10
*
|
|
|
Merge pull request #5244 from fotos/myqsl2_wait_timeout
Rafael Mendonça França
2012-05-25
1
-1
/
+1
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Maximum wait_timeout on Windows is 2147483
Fotos Georgiadis
2012-03-02
1
-1
/
+1
*
|
|
|
Whitespaces :scissors:
Rafael Mendonça França
2012-05-23
2
-7
/
+7
*
|
|
|
PGconn doesn't accepts :checkout_timeout option.
Rafael Mendonça França
2012-05-23
1
-1
/
+1
*
|
|
|
ConnectionPool wait_timeout no longer used for different types of timeouts. #...
Jonathan Rochkind
2012-05-23
1
-7
/
+16
*
|
|
|
Revert "Merge pull request #6416 from pmahoney/threadsafe-connection-pool"
Rafael Mendonça França
2012-05-22
1
-86
/
+34
*
|
|
|
Make connection pool fair with respect to waiting threads.
Patrick Mahoney
2012-05-20
1
-34
/
+86
*
|
|
|
Merge pull request #6397 from kennyj/fix_translate_exception
Aaron Patterson
2012-05-19
1
-3
/
+7
|
\
\
\
\
|
*
|
|
|
Fix a problem of translate_exception method in Japanese.
kennyj
2012-05-20
1
-3
/
+7
|
|
|
_
|
/
|
|
/
|
|
*
/
|
|
Synchronize read and modification of @reserved_connections hash to avoid conc...
Patrick Mahoney
2012-05-19
1
-4
/
+8
|
/
/
/
*
|
|
Merge pull request #6238 from pwnall/pgsql_bytea_limit
Aaron Patterson
2012-05-17
1
-8
/
+19
|
\
\
\
|
*
|
|
Postgresql doesn't accept limits on binary (bytea) columns.
Victor Costan
2012-05-09
1
-8
/
+19
*
|
|
|
Merge pull request #6192 from danmcclain/add_inet_and_cidr_types_to_postgresq...
Aaron Patterson
2012-05-16
3
-7
/
+65
|
\
\
\
\
|
*
|
|
|
Removes NetAddr dependency
Dan McClain
2012-05-08
1
-6
/
+7
|
*
|
|
|
Converts inet and cidr columns to NetAddr::CIDR
Dan Seaver
2012-05-07
3
-3
/
+41
|
*
|
|
|
Adds migration and schema dump support for INET, CIDR, and MACADDR
Dan Seaver
2012-05-05
1
-4
/
+23
*
|
|
|
|
Merge pull request #6349 from erichmenge/patch-raise-type-errors
Aaron Patterson
2012-05-16
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
Integer limit out of range should be allowed to raise. Closes #6272
Erich Menge
2012-05-16
1
-1
/
+1
*
|
|
|
|
|
Merge pull request #6344 from erichmenge/patch_sqlite_time_type
Piotr Sarnacki
2012-05-15
1
-1
/
+1
|
\
\
\
\
\
\
|
*
|
|
|
|
|
SQLite3 doesn't actually support the 'time' type.
Erich Menge
2012-05-15
1
-1
/
+1
|
|
/
/
/
/
/
*
/
/
/
/
/
Remove useless check of adapter
Oscar Del Ben
2012-05-15
1
-4
/
+0
|
/
/
/
/
/
*
|
|
|
|
Remove unnecessary calls to primary_key on sqlite3_adapter
Carlos Galdino
2012-05-15
1
-1
/
+1
*
|
|
|
|
Set the primary key during #copy_table if necessary. Fixes [#2312]
Sean Scally
2012-05-14
1
-1
/
+5
*
|
|
|
|
Merge pull request #6285 from acapilleri/missplelling_error_in_abstract_mysql...
Vijay Dev
2012-05-12
1
-1
/
+1
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
missplelling error in abstract_mysql_adapter
Angelo Capilleri
2012-05-12
1
-1
/
+1
*
|
|
|
|
remove unnecessary 'examples' noise [ci skip]
Vijay Dev
2012-05-11
2
-28
/
+18
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #5362 from zenprogrammer/quoting_bug
Aaron Patterson
2012-05-09
1
-0
/
+1
|
\
\
\
\
|
*
|
|
|
Fixed bug in Quoting that caused classes to be quoted incorrectly
Ryan Oblak
2012-03-09
1
-0
/
+1
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge pull request #6069 from mipearson/use_strict_mode_in_mysql
Jeremy Kemper
2012-05-05
2
-0
/
+16
|
\
\
\
\
|
*
|
|
|
Add config option, rdoc, tests for mysql(2) STRICT_ALL_TABLES mode.
Michael Pearson
2012-05-05
2
-4
/
+9
|
*
|
|
|
Default to 'strict mode' in MySQL
Michael Pearson
2012-05-05
2
-0
/
+11
|
|
|
_
|
/
|
|
/
|
|
*
/
|
|
Prevent creating valid time-like objects from blank string from db
Egor Lynko
2012-05-05
1
-3
/
+3
|
/
/
/
*
|
|
Merge pull request #3713 from kf8a/master
Aaron Patterson
2012-05-04
1
-2
/
+7
|
\
\
\
|
*
|
|
postgresql adapter handles quoting of not a number (NaN) and Infinity
Sven Bohm
2011-11-21
1
-2
/
+7
*
|
|
|
Use arel nodes instead of raw sql
Marcelo Silveira
2012-05-02
1
-1
/
+4
[next]