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
*
MySQL 8.0.14 adds `ER_FK_INCOMPATIBLE_COLUMNS`
Yasuo Honda
2019-01-22
1
-1
/
+2
*
Fix type casting column default in `change_column`
Ryuta Kamizono
2019-01-20
2
-24
/
+42
*
Merge pull request #34969 from eileencodes/fix-error-message-for-multi-db-apps
Eileen M. Uchitelle
2019-01-18
1
-1
/
+20
|
\
|
*
Fix error message when adapter is not specified
Eileen Uchitelle
2019-01-17
1
-1
/
+20
*
|
Remove deprecated `#set_state` from the transaction object
Rafael Mendonça França
2019-01-17
1
-18
/
+0
*
|
Remove deprecated `#supports_statement_cache?` from the database adapters
Rafael Mendonça França
2019-01-17
1
-7
/
+0
*
|
Remove deprecated `#insert_fixtures` from the database adapters
Rafael Mendonça França
2019-01-17
2
-21
/
+1
*
|
Remove deprecated `ActiveRecord::ConnectionAdapters::SQLite3Adapter#valid_alt...
Rafael Mendonça França
2019-01-17
1
-5
/
+0
*
|
Change `SQLite3Adapter` to always represent boolean values as integers
Rafael Mendonça França
2019-01-17
2
-20
/
+13
|
/
*
Remove public `prevent_writes` writer
Ryuta Kamizono
2019-01-15
1
-5
/
+5
*
Deprecate `connection.visitor = ...` which is not released internal usage
Ryuta Kamizono
2019-01-15
1
-2
/
+6
*
Remove `id_value` argument which is no longer passed to `sql_for_insert`
Ryuta Kamizono
2019-01-11
2
-3
/
+3
*
Refactor `build_relation` in the uniqueness validator to avoid low level pred...
Ryuta Kamizono
2019-01-11
2
-7
/
+16
*
Enable `Lint/UselessAssignment` cop to avoid unused variable warnings (#34904)
Ryuta Kamizono
2019-01-09
1
-2
/
+2
*
:recycle: Fix mysql type map for enum and set
bannzai
2019-01-08
1
-2
/
+2
*
Merge the redundant `when Symbol` case to the `when String, ...`
Ryuta Kamizono
2019-01-04
1
-2
/
+1
*
2x faster `connection.type_cast`
Ryuta Kamizono
2019-01-04
1
-6
/
+1
*
Merge pull request #33985 from eugeneius/attribute_methods_schema_cache
Kasper Timm Hansen
2019-01-03
1
-0
/
+5
|
\
|
*
Only define attribute methods from schema cache
Eugene Kenny
2018-09-28
1
-0
/
+5
*
|
MariaDB: Remove version checking lower the 5.5.8
Ryuta Kamizono
2019-01-02
1
-10
/
+2
*
|
Add test case for `preventing_writes?`
Ryuta Kamizono
2019-01-02
1
-1
/
+1
*
|
Use high level API on `migration_context` instead of using low level API dire...
Ryuta Kamizono
2018-12-28
1
-4
/
+2
*
|
Deprecate passing `migrations_paths` to `connection.assume_migrated_upto_vers...
Ryuta Kamizono
2018-12-28
1
-2
/
+8
*
|
Merge pull request #34742 from kamipo/row_format_dynamic_by_default
Ryuta Kamizono
2018-12-21
1
-0
/
+18
|
\
\
|
*
|
MySQL: `ROW_FORMAT=DYNAMIC` create table option by default
Ryuta Kamizono
2018-12-19
1
-0
/
+18
*
|
|
Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin block
Ryuta Kamizono
2018-12-21
2
-25
/
+21
|
/
/
*
|
Use `utf8mb4` charset for internal tables if the row format `DYNAMIC` by default
Ryuta Kamizono
2018-12-19
2
-10
/
+10
*
|
Ensure that preventing writes is invoked before `materialize_transactions` co...
Ryuta Kamizono
2018-12-12
1
-4
/
+2
*
|
An empty transaction does not raise the `ReadOnlyError` if preventing writes
Ryuta Kamizono
2018-12-11
3
-3
/
+3
*
|
An explain query does not raise the `ReadOnlyError` if preventing writes
Ryuta Kamizono
2018-12-11
3
-3
/
+3
*
|
Don't treat begin and rollback transactions as write queries
Ryuta Kamizono
2018-12-11
3
-3
/
+3
*
|
Prevent write queries with prepared statements for mysql2 adapter
Ryuta Kamizono
2018-12-11
1
-0
/
+4
*
|
Prevent write queries for `exec_query`
Ryuta Kamizono
2018-12-11
2
-1
/
+9
*
|
Rename error that occurs when writing on a read
Eileen Uchitelle
2018-12-07
3
-3
/
+3
*
|
Fix join table column quoting with SQLite.
Gannon McGibbon
2018-12-05
1
-0
/
+4
*
|
Merge pull request #34602 from guizmaii/master
Rafael França
2018-12-03
1
-1
/
+2
|
\
\
|
*
|
Pass the `connection` to the `@instrumenter.instrument` method call
jules Ivanic
2018-12-03
1
-1
/
+2
*
|
|
Address "warning: shadowing outer local variable - parts"
Ryuta Kamizono
2018-12-03
4
-7
/
+8
|
/
/
*
|
Add ability to prevent writes to a database
Eileen Uchitelle
2018-11-30
5
-1
/
+64
*
|
Allow spaces in postgres table names
Gannon McGibbon
2018-11-28
1
-1
/
+1
*
|
Merge pull request #34557 from sergioisidoro/sergio-patch-load-error
Rafael França
2018-11-28
1
-2
/
+2
|
\
\
|
*
|
Patch load error in case GemSpecError
sergioisidoro
2018-11-28
1
-2
/
+2
*
|
|
`Mutable` helper is in `ActiveModel`
Ryuta Kamizono
2018-11-27
4
-4
/
+4
*
|
|
Merge pull request #34520 from yahonda/bump_pg93
Rafael França
2018-11-26
2
-19
/
+17
|
\
\
\
|
*
|
|
Bump the minimum version of PostgreSQL to 9.3
Yasuo Honda
2018-11-25
2
-19
/
+17
*
|
|
|
When running exec_query MySQL always returns ActiveRecord::Result
Alireza Bashiri
2018-11-25
1
-2
/
+10
|
/
/
/
*
|
|
Merge pull request #34468 from gmcgibbon/redact_sql_in_errors
Rafael França
2018-11-23
4
-41
/
+41
|
\
\
\
|
*
|
|
Redact SQL in errors
Gannon McGibbon
2018-11-22
4
-41
/
+41
*
|
|
|
Use squiggly heredoc to strip odd indentation in the executed SQL
Ryuta Kamizono
2018-11-22
5
-17
/
+17
|
/
/
/
*
|
|
Fixing an issue when parsing an opclass by allowing indexed column
Thomas Bianchini
2018-11-21
1
-1
/
+1
[next]