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
*
Merge pull request #13291 from strzibny/new_unique_constraint
Yves Senn
2013-12-12
1
-1
/
+5
|
\
|
*
Translate new unique constraint for sqlite >= 3.8.2
Josef Stribny
2013-12-12
1
-1
/
+5
*
|
Remove `DEFAULT NULL` for primary key column to support MySQL 5.7.3
Yasuo Honda
2013-12-10
1
-1
/
+1
*
|
fix pg warnings on geometric types
Aaron Patterson
2013-12-05
1
-10
/
+23
*
|
Use the right type_map
Rafael Mendonça França
2013-12-05
2
-5
/
+3
*
|
make the type_map per connection. fixes #13182
Aaron Patterson
2013-12-04
2
-12
/
+17
*
|
`connection.type_to_sql` returns a `String` for unmapped types.
Yves Senn
2013-12-03
1
-1
/
+1
*
|
Currently, we clear query_cache in cache block finish, even if we may already...
Vipul A M
2013-12-03
1
-1
/
+1
*
|
Merge pull request #13111 from akshay-vishnoi/typo
Carlos Antonio da Silva
2013-11-30
1
-1
/
+1
|
\
\
|
*
|
Typo fixes [ci skip]
Akshay Vishnoi
2013-11-30
1
-1
/
+1
*
|
|
Remove unused variable
Rafael Mendonça França
2013-11-29
1
-1
/
+1
|
/
/
*
|
Merge pull request #13099 from kamipo/remove_case_sensitive_equality_operator
Carlos Antonio da Silva
2013-11-29
1
-4
/
+0
|
\
\
|
*
|
Remove `DatabaseStatements#case_sensitive_equality_operator`. It has been dep...
Ryuta Kamizono
2013-11-29
1
-4
/
+0
*
|
|
Merge pull request #13100 from akshay-vishnoi/f-refactor
Carlos Antonio da Silva
2013-11-29
1
-3
/
+8
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
#type_cast - improve performance & readability
Akshay Vishnoi
2013-11-29
1
-3
/
+8
*
|
|
fix mysql version check in rename_index
Cody Cutrer
2013-11-28
1
-1
/
+1
*
|
|
implement rename_index natively for MySQL > 5.7
Cody Cutrer
2013-11-28
1
-0
/
+8
*
|
|
`rename_index`: add the new index before removing the old one.
Yves Senn
2013-11-26
1
-2
/
+2
|
/
/
*
|
Drop unused param `should_be_quoted` to `PostgreSQLColumn#array_to_string`
Vipul A M
2013-11-17
1
-1
/
+1
*
|
Merge pull request #12779 from dougbarth/dont_swallow_exceptions_during_trans...
Aaron Patterson
2013-11-15
2
-10
/
+0
|
\
\
|
*
|
Don't swallow exceptions in transctional statements
Doug Barth
2013-11-05
2
-10
/
+0
*
|
|
Merge pull request #12832 from vipulnsward/move_schema_creation
Yves Senn
2013-11-14
2
-78
/
+84
|
\
\
\
|
*
|
|
Move `SchemaCreation` to its own file instead of `AbstractAdapter`.
Vipul A M
2013-11-12
2
-78
/
+84
*
|
|
|
Remove the unused, undocumented SQLite3Adapter#supports_count_distinct?
Ben Woosley
2013-11-12
1
-5
/
+0
*
|
|
|
Drop a sqlite_version check because we only support SQLite 3.6.16 or newer.
Ben Woosley
2013-11-12
2
-7
/
+1
*
|
|
|
Unifies mysql and mysql2 casting of booleans.
Yves Senn
2013-11-11
2
-6
/
+6
*
|
|
|
autoload ChangeColumnDefinition (Fixes #12835)
Anton Kalyaev
2013-11-11
1
-0
/
+1
*
|
|
|
Change array check for better aesthetics / reading the code
Carlos Antonio da Silva
2013-11-09
1
-1
/
+1
*
|
|
|
Document the bind return
Rafael Mendonça França
2013-11-09
1
-0
/
+3
*
|
|
|
Avoid shot circuit return.
Rafael Mendonça França
2013-11-09
1
-8
/
+20
*
|
|
|
Don't use Active Support where we don't need to
Rafael Mendonça França
2013-11-09
3
-3
/
+3
*
|
|
|
log bind variables after they were type casted.
Yves Senn
2013-11-09
3
-10
/
+16
|
/
/
/
*
/
/
add autoload :TransactionState to fix Marshal.load issues
Jason Ayre
2013-11-07
1
-0
/
+1
|
/
/
*
|
ask the fixture set for the sql statements
Aaron Patterson
2013-11-04
1
-1
/
+5
*
|
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
[next]