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
*
Remove sqlite specific`supports_autoincrement?` which always defaults to true
Vipul A M
2013-08-10
1
-10
/
+1
*
Remove redundant `string_to_binary` from type-casting
Vipul A M
2013-08-09
5
-18
/
+4
*
Merge pull request #11802 from ko1/fix_field_encoding_for_mysql
Aaron Patterson
2013-08-07
3
-1
/
+14
|
\
|
*
Set field encoding to client_encoding for mysql adapter.
Koichi Sasada
2013-08-08
3
-1
/
+14
*
|
cast hstore values on write to be consistent with reading from the db.
Yves Senn
2013-08-08
2
-4
/
+12
|
/
*
Merge pull request #11331 from vipulnsward/remove_conditional
Aaron Patterson
2013-08-07
1
-8
/
+1
|
\
|
*
Remove conditional, since results are always an instance of `ActiveRecord::Re...
Vipul A M
2013-07-06
1
-8
/
+1
*
|
Fix multidimensional PG arrays containing non-string items
Yves Senn
2013-08-07
1
-1
/
+9
*
|
config[:database] should be a string
Rafael Mendonça França
2013-08-05
1
-3
/
+3
*
|
Merge pull request #11762 from peterkovacs/patch-2
Carlos Antonio da Silva
2013-08-05
1
-1
/
+1
|
\
\
|
*
|
Free result_metadata directly instead of freeing 2nd, redundant call.
Peter Kovacs
2013-08-05
1
-1
/
+1
*
|
|
Create sqlite3 directory if not present
schneems
2013-08-05
1
-3
/
+5
|
/
/
*
|
Merge pull request #11455 from antonio/fix_enable_extension_not_being_defined
Rafael Mendonça França
2013-08-02
1
-0
/
+8
|
\
\
|
*
|
Define enable_extension method to prevent undefined method error
Antonio Santos
2013-08-02
1
-0
/
+8
*
|
|
Removed redundant xml override from pg adapter
Paul Nikitochkin
2013-08-02
1
-7
/
+3
*
|
|
Refactor `ArrayParser`
Vipul A M
2013-07-26
1
-15
/
+22
*
|
|
Fix indentation.
kennyj
2013-07-24
1
-8
/
+8
*
|
|
Simplify select_one method.
kennyj
2013-07-24
1
-2
/
+1
*
|
|
Uses mysql2 0.3.13 or later
kennyj
2013-07-23
1
-1
/
+1
*
|
|
Defines the return type of select / select_all method.
kennyj
2013-07-23
2
-6
/
+3
*
|
|
rescue from all exceptions in `ConnectionManagement#call`
Vipul A M
2013-07-22
1
-1
/
+1
*
|
|
Revert "Merge pull request #11120 from awilliams/ar_mysql2_boolean_quoting"
Yves Senn
2013-07-17
2
-6
/
+6
*
|
|
Move initializing process for query cache to ActiveRecord::ConnectionAdapters...
kennyj
2013-07-16
2
-2
/
+6
*
|
|
Unifies mysql and mysql2 casting of booleans
awilliams
2013-07-16
2
-6
/
+6
*
|
|
`change_column` for PG adapter respects `:array` option.
Yves Senn
2013-07-16
1
-2
/
+3
|
/
/
*
|
Merge pull request #11174 from vipulnsward/remove_column_passing
Rafael Mendonça França
2013-07-09
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Document where `column` param gets utilized in `substitute_at`.
Vipul A M
2013-07-01
1
-2
/
+2
*
|
Removed unsued deprecation require
Rashmi Yadav
2013-07-04
1
-1
/
+0
*
|
Remove deprecated nil-passing to `SchemaCache` methods.
Yves Senn
2013-07-04
1
-28
/
+8
*
|
Remove deprecated `transaction_joinable=`
Arun Agrawal
2013-07-03
1
-6
/
+0
*
|
Remove deprecated `decrement_open_transactions`.
Arun Agrawal
2013-07-03
1
-4
/
+0
*
|
removed deprecated increment_open_transactions
Arun Agrawal
2013-07-03
1
-4
/
+0
*
|
remove deprecated `PostgreSQLAdapter#outside_transaction?` method.
Yves Senn
2013-07-03
1
-7
/
+0
*
|
Removed deprecated method `columns_for_remove`
Neeraj Singh
2013-07-03
1
-6
/
+0
*
|
Remove deprecated SchemaStatements#distinct
Francesco Rodriguez
2013-07-02
1
-9
/
+0
*
|
Merge pull request #11230 from frodsan/remove_deprecated_clear_stale_cached_c...
Rafael Mendonça França
2013-07-01
1
-5
/
+0
|
\
\
|
*
|
Remove deprecated AR::Connection#clear_stale_cached_connections! method
Francesco Rodriguez
2013-07-01
1
-5
/
+0
|
|
/
*
/
Removed deprecated method type_cast_code from Column
Neeraj Singh
2013-07-02
1
-24
/
+0
|
/
*
Fix documents for create_join_table
Satoshi Ebisawa
2013-06-21
1
-2
/
+2
*
Merge pull request #10884 from dmarkow/pg_fix_default_quotes
Yves Senn
2013-06-19
1
-1
/
+1
|
\
|
*
Handle single quotes in PostgreSQL default column values
Dylan Markow
2013-06-19
1
-1
/
+1
*
|
regression test + mysql2 adapter raises correct error if conn is closed.
Yves Senn
2013-06-15
1
-3
/
+5
*
|
Merge pull request #10425 from ranjaykrishna/push_add_column_options_to_schem...
Rafael Mendonça França
2013-06-13
4
-38
/
+47
|
\
\
|
|
/
|
/
|
|
*
Moving add_column_options! up to SchemaCreation
jeran
2013-06-12
4
-38
/
+47
*
|
Fixes #10432 add_column not creating array columns in PostgreSQL
Adam Anderson
2013-06-04
1
-0
/
+1
*
|
Remove behavior that deals with a string as third argument of `add_index`, be...
kennyj
2013-06-02
1
-28
/
+14
*
|
Merge pull request #10619 from alno/top_level_array_in_postgres_json
Aaron Patterson
2013-05-16
2
-1
/
+3
|
\
\
|
*
|
Support array as root element in JSON
Alexey Noskov
2013-05-14
2
-1
/
+3
*
|
|
tiny types should only be integers when the length is <= 1. fixes #10620
Aaron Patterson
2013-05-15
1
-3
/
+9
*
|
|
Also support extensions in PostgreSQL 9.1, because this has been supported si...
kennyj
2013-05-15
1
-4
/
+4
|
/
/
[next]