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
*
Deprecate mismatched collation comparison for uniquness validator
Ryuta Kamizono
2019-03-04
2
-1
/
+15
*
Merge pull request #35402 from alimi/update-ar-read-regex
Aaron Patterson
2019-02-25
1
-1
/
+1
|
\
|
*
Update READ_QUERY regex
Ali Ibrahim
2019-02-25
1
-1
/
+1
*
|
Refactor `type_to_sql` to handle converting `limit` to `size` in itself
Ryuta Kamizono
2019-02-26
4
-67
/
+60
*
|
Fix prepared statements caching to be enabled even when query caching is enabled
Ryuta Kamizono
2019-02-26
3
-13
/
+20
|
/
*
minor grammar fix [ci skip]
Shivam Jain
2019-02-24
1
-1
/
+1
*
Address "warning: in `column': the last argument was passed as a single Hash"
Ryuta Kamizono
2019-02-21
2
-4
/
+4
*
Extract `default_uniqueness_comparison` to ease to handle mismatched collatio...
Ryuta Kamizono
2019-02-21
1
-0
/
+4
*
Merge pull request #35263 from hatch-carl/reduce-postgres-uuid-allocations
Ryuta Kamizono
2019-02-21
1
-3
/
+6
|
\
|
*
Reduce unused allocations when casting UUIDs for Postgres
Carl Thuringer
2019-02-20
1
-3
/
+6
*
|
PostgreSQL: Support endless range values for range types
Ryuta Kamizono
2019-02-20
2
-2
/
+2
|
/
*
Fix the regex that extract mismatched foreign key information
Ryuta Kamizono
2019-02-17
1
-8
/
+18
*
Merge pull request #35297 from yhara/fix-ar-connection-handler-leak
Ryuta Kamizono
2019-02-16
1
-7
/
+11
|
\
|
*
Fix possible memory leak of ConnectionHandler
Yutaka HARA
2019-02-16
1
-7
/
+11
*
|
Refactor `remove_foreign_key` to delete the foreign key before `alter_table`
Ryuta Kamizono
2019-02-16
1
-4
/
+2
|
/
*
Properly handle cached queries with too many bind parameters
Matthew Dunbar
2019-02-14
1
-0
/
+6
*
Add `remove_foreign_key` for `change_table`
Ryuta Kamizono
2019-02-11
1
-0
/
+11
*
SQLite3: Implement `add_foreign_key` and `remove_foreign_key`
Ryuta Kamizono
2019-02-11
5
-6
/
+34
*
More exercise table name prefix and suffix tests
Ryuta Kamizono
2019-02-11
4
-8
/
+16
*
Merge pull request #35203 from chiastolite/add_column_without_column_names
Ryuta Kamizono
2019-02-10
1
-0
/
+1
|
\
|
*
Do not allow to add column without column name
Hiroyuki Morita
2019-02-10
1
-0
/
+1
|
/
*
Refactor to extract defining column methods as `define_column_methods`
Ryuta Kamizono
2019-02-09
3
-142
/
+161
*
Fix elapsed time calculations
bogdanvlviv
2019-02-08
2
-6
/
+6
*
Relax sqlite3 version dependency
Sergey Ponomarev
2019-02-04
1
-1
/
+1
*
Merge pull request #35089 from eileencodes/fix-query-cache-for-database-switc...
Eileen M. Uchitelle
2019-02-04
1
-1
/
+1
|
\
|
*
Invalidate query cache for all connections in the current thread
Eileen Uchitelle
2019-02-01
1
-1
/
+1
*
|
Merge pull request #35105 from olivierlacan/document-table-foreign-key
Gannon McGibbon
2019-02-02
1
-1
/
+2
|
\
\
|
*
|
Hint at advanced options for foreign_key
Olivier Lacan
2019-01-30
1
-1
/
+2
*
|
|
Merge pull request #35082 from Shopify/eagerly-materialize-test-transactions
Rafael França
2019-02-01
1
-2
/
+5
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Eagerly materialize the fixtures transaction
Jean Boussier
2019-01-29
1
-2
/
+5
*
|
|
Remove unused attr_writers `visitor` and `indexes`
Ryuta Kamizono
2019-02-01
2
-7
/
+0
|
/
/
*
|
Allow changing text and blob size without giving the `limit` option
Ryuta Kamizono
2019-01-29
3
-4
/
+21
*
|
PostgreSQL: Use native timestamp decoders of pg-1.1
Lars Kanis
2019-01-26
1
-0
/
+30
*
|
Make `t.timestamps` with precision by default
Ryuta Kamizono
2019-01-26
6
-4
/
+22
*
|
Fix `t.timestamps` missing `null: false` in `change_table bulk: true`
Ryuta Kamizono
2019-01-26
2
-0
/
+4
*
|
Allow `column_exists?` giving options without type
Ryuta Kamizono
2019-01-26
1
-1
/
+1
*
|
Fix error raised when handler doesn't exist
Eileen Uchitelle
2019-01-25
1
-1
/
+10
|
/
*
Allow `column_exists?` to be passed `type` argument as a string
Ryuta Kamizono
2019-01-24
1
-1
/
+1
*
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
[next]