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
*
fix code typo in `MysqlAdapter` .Closes #12647.
Yves Senn
2013-10-30
1
-1
/
+1
*
Merge pull request #10664 from aderyabin/docpatch
Yves Senn
2013-10-29
1
-1
/
+1
|
\
|
*
Fix doc in Postgres database creation
Andrey Deryabin
2013-06-25
1
-1
/
+1
*
|
Remove confusing generated-code commentary
Jeremy Kemper
2013-10-28
1
-4
/
+4
*
|
Add a note about ensuring the version is right for the adapter (since you mig...
David Heinemeier Hansson
2013-10-27
1
-1
/
+1
*
|
cast json values on write to be consistent with reading from the db.
Severin Schoepke
2013-10-25
1
-0
/
+4
*
|
`ActiveRecord::Store` works together with PG `hstore` columns.
Yves Senn
2013-10-25
2
-0
/
+12
*
|
Escape the parentheses in the default function regexp
Rafael Mendonça França
2013-10-21
1
-1
/
+1
*
|
Remove `default_primary_key_type` and extract contains of `native_database_t...
Vipul A M
2013-10-14
1
-18
/
+16
*
|
Merge pull request #11833 from vipulnsward/remove_autoincrement
Rafael Mendonça França
2013-10-14
1
-10
/
+1
|
\
\
|
*
|
Remove sqlite specific`supports_autoincrement?` which always defaults to true
Vipul A M
2013-08-10
1
-10
/
+1
*
|
|
Extract a function to determine if the default value is a function
Rafael Mendonça França
2013-10-14
1
-1
/
+5
*
|
|
Push default_function to superclass to avoid method check
Rafael Mendonça França
2013-10-14
2
-14
/
+17
*
|
|
log the statement name along with the SQL
Aaron Patterson
2013-10-04
2
-6
/
+7
*
|
|
log every sql statement, even when they error
Aaron Patterson
2013-10-04
1
-25
/
+25
*
|
|
prepare the statement inside the begin / rescue block
Aaron Patterson
2013-10-04
1
-4
/
+4
*
|
|
wrap logging around the actual query call itself.
Aaron Patterson
2013-10-04
2
-50
/
+50
*
|
|
extract adapter savepoint implementations into `abstract/savepoints.rb`.
Yves Senn
2013-09-30
6
-46
/
+27
*
|
|
change the savepoint interface to allow passing the name.
Yves Senn
2013-09-30
4
-21
/
+21
*
|
|
Fixed issue #12327
Marc Lennox
2013-09-27
1
-2
/
+2
*
|
|
ActiveRecord::ConnectionAdapters::Column.string_to_time method respects strin...
kennyj
2013-09-25
1
-3
/
+11
*
|
|
Merge pull request #11382 from kennyj/fix_10751-2
Rafael Mendonça França
2013-09-22
1
-3
/
+6
|
\
\
\
|
*
|
|
Migration dump UUID default functions to schema.rb. Fixes #10751.
kennyj
2013-07-10
1
-3
/
+6
*
|
|
|
Disable prepared statements in the unprepared_statement block
Rafael Mendonça França
2013-09-12
1
-2
/
+3
*
|
|
|
Fix inverted conditional
Rafael Mendonça França
2013-09-11
1
-1
/
+1
*
|
|
|
Remove invalid comment
Rafael Mendonça França
2013-09-11
1
-4
/
+0
*
|
|
|
Check if the SQL is not a prepared statement
Rafael Mendonça França
2013-09-11
8
-7
/
+15
*
|
|
|
Revert "Do not dup the binds when visiting the AST"
Rafael Mendonça França + Kassio Borges
2013-08-31
2
-2
/
+3
*
|
|
|
Do not dup the binds when visiting the AST
Rafael Mendonça França
2013-08-31
2
-3
/
+2
*
|
|
|
Perf: fields in pg gem causes an allocation, cache it
Sam
2013-08-27
1
-2
/
+3
*
|
|
|
Merge pull request #11827 from vipulnsward/remove_extra_case
Santiago Pastorino
2013-08-26
1
-1
/
+0
|
\
\
\
\
|
*
|
|
|
Remove extra case.
Vipul A M
2013-08-10
1
-1
/
+0
|
|
|
/
/
|
|
/
|
|
*
|
|
|
PG adapter deals with negative money values formatted with parenthesis.
Yves Senn
2013-08-26
1
-0
/
+5
*
|
|
|
Use infinity const
Konstantin Shabanov
2013-08-22
1
-2
/
+2
*
|
|
|
Stop interpreting SQL 'string' columns as :string type.
Ben Woosley
2013-08-17
1
-1
/
+1
*
|
|
|
Rescue invalid ip address exceptions on assign.
Paul Nikitochkin
2013-08-14
1
-1
/
+5
*
|
|
|
Merge pull request #11838 from vipulnsward/drop_extra_var
Steve Klabnik
2013-08-12
1
-2
/
+2
|
\
\
\
\
|
*
|
|
|
drop extra variable
Vipul A M
2013-08-12
1
-2
/
+2
|
|
/
/
/
*
/
/
/
chmod -x
Akira Matsuda
2013-08-12
3
-0
/
+0
|
/
/
/
*
|
|
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
|
/
/
/
/
[next]