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
*
Raise specific exception on Mysql2::Error::TimeoutError
Kir Shatrov
2019-07-16
1
-1
/
+5
*
active_support/deprecation has to be already required via active_support/rail...
Akira Matsuda
2019-07-12
3
-4
/
+0
*
Merge pull request #36653 from y-yagi/check_error_number_instead_of_message
Yuji Yaginuma
2019-07-11
1
-1
/
+3
|
\
|
*
MySQL: Check error number instead of a message
yuuji.yaginuma
2019-07-11
1
-1
/
+3
*
|
Merge pull request #36637 from Shopify/share-quote-cache
Ryuta Kamizono
2019-07-11
4
-7
/
+14
|
\
\
|
*
|
Share the column and table name quote cache between connections
Jean Boussier
2019-07-09
4
-7
/
+14
|
|
/
*
|
Merge pull request #36618 from engwan/fix-query-cache-with-shared-ar-connection
Eileen M. Uchitelle
2019-07-10
2
-5
/
+9
|
\
\
|
|
/
|
/
|
|
*
Fix query cache when using shared connections
Heinrich Lee Yu
2019-07-08
2
-5
/
+9
*
|
Merge pull request #36612 from y-yagi/make_setup_works_when_using_with_locale...
Yuji Yaginuma
2019-07-09
1
-1
/
+1
|
\
\
|
*
|
Make "bin/setup" works when using PostgreSQL with locales other than en locale
yuuji.yaginuma
2019-07-07
1
-1
/
+1
|
|
/
*
|
Merge branch 'master' into add_database_exist_method
Guillermo Iguaran
2019-07-08
11
-16
/
+133
|
\
|
|
*
MySQL: Fix schema dumping `enum` and `set` columns correctly
Ryuta Kamizono
2019-07-05
1
-1
/
+3
|
*
Add "SCHEMA" to the query in `configure_connection` like as other adapters
Ryuta Kamizono
2019-06-28
1
-1
/
+1
|
*
warning: instance variable @serial not initialized (#36556)
utilum
2019-06-28
1
-0
/
+10
|
*
Schema Cache: extract deduplication commonality
Kasper Timm Hansen
2019-06-21
1
-10
/
+15
|
*
Also deduplicate schema cache data when using the init_with interface
Jean Boussier
2019-06-21
1
-6
/
+6
|
*
Stop serializing and parsing columns_hash in Active Record schema caches
Jean Boussier
2019-06-19
1
-8
/
+5
|
*
Merge pull request #35891 from Shopify/schema-cache-deduplication
Kasper Timm Hansen
2019-06-19
8
-2
/
+105
|
|
\
|
|
*
Deduplicate various Active Record schema cache structures
Jean Boussier
2019-06-03
8
-2
/
+105
|
*
|
Avoid redundant `time.getutc` call if it is already utc time object
Ryuta Kamizono
2019-06-18
1
-5
/
+5
*
|
|
Add database_exists? method to connection adapters
Guilherme Mansur
2019-06-17
4
-0
/
+27
|
/
/
*
|
No allocation `Arel::Visitors::ToSql#visit`
Ryuta Kamizono
2019-06-15
1
-2
/
+2
*
|
Move while_preventing_writes from conn to handler
eileencodes
2019-06-14
2
-15
/
+17
*
|
Move SchemaMigration to migration_context
eileencodes
2019-06-14
2
-5
/
+20
*
|
Allocation on demand in transactions
Ryuta Kamizono
2019-06-14
1
-20
/
+35
*
|
Make ActiveRecord `ConnectionPool.connections` thread-safe. (#36473)
jeffdoering
2019-06-13
1
-1
/
+16
*
|
Merge pull request #36472 from kamipo/empty_line_only_before_access_modifier
Ryuta Kamizono
2019-06-13
22
-26
/
+0
|
\
\
|
*
|
Enable `Layout/EmptyLinesAroundAccessModifier` cop
Ryuta Kamizono
2019-06-13
22
-26
/
+0
*
|
|
Clear schema cache when a table is created/dropped/renamed
Ryuta Kamizono
2019-06-13
4
-0
/
+11
|
/
/
*
|
Allow column name with function (e.g. `length(title)`) as safe SQL string
Ryuta Kamizono
2019-06-10
4
-8
/
+32
*
|
Allow `column_name AS alias` as safe SQL string
Ryuta Kamizono
2019-06-10
4
-0
/
+4
*
|
Refactor `disallow_raw_sql!` to avoid `split(/\s*,\s*/)` to order args
Ryuta Kamizono
2019-06-09
4
-19
/
+54
*
|
Merge pull request #36420 from kamipo/quoted_identifier_regex
Ryuta Kamizono
2019-06-06
4
-5
/
+105
|
\
\
|
*
|
Allow quoted identifier string as safe SQL string
Ryuta Kamizono
2019-06-06
4
-5
/
+105
*
|
|
Move schema cache from connection to pool
eileencodes
2019-06-05
4
-5
/
+33
|
/
/
*
|
Fix sqlite3 collation parsing when using decimal columns.
Martin Schuster
2019-06-04
1
-2
/
+2
*
|
Merge pull request #36384 from guigs/fix-invalid-schema-when-pk-column-has-co...
Ryuta Kamizono
2019-06-03
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Fix invalid schema dump when primary key column has a comment
Guilherme Goettems Schneider
2019-06-03
1
-1
/
+1
*
|
Refactor `create_table`'s options separation
Ryuta Kamizono
2019-06-03
2
-12
/
+11
|
/
*
Fix table comment also being applied to the primary key column
Guilherme Goettems Schneider
2019-05-31
1
-1
/
+1
*
`:datetime` and `:time` columns allows `:precision` option [ci skip]
Ryuta Kamizono
2019-05-28
1
-2
/
+3
*
Use WeakRef to avoid leaking connection pools
John Hawthorn
2019-05-27
1
-11
/
+21
*
Put all `explain` methods into `DatabaseStatements` module
Ryuta Kamizono
2019-05-22
4
-18
/
+14
*
Merge pull request #36296 from jhawthorn/dont_fear_the_reaper
Aaron Patterson
2019-05-18
1
-7
/
+25
|
\
|
*
Use a single thread for all ConnectionPool Reapers
John Hawthorn
2019-05-17
1
-7
/
+25
*
|
Remove SQLite version support caveats [ci skip]
Eugene Kenny
2019-05-12
3
-5
/
+3
|
/
*
Remove ignored_sql from SQLCounter by adding "TRANSACTION" to log name
Yasuo Honda
2019-05-08
4
-12
/
+12
*
Should attempt `committed!`/`rolledback!` to all enrolled records in the tran...
Ryuta Kamizono
2019-05-07
1
-4
/
+12
*
Merge pull request #35998 from itsWill/add_documentation_for_add_index
Eileen M. Uchitelle
2019-04-19
1
-0
/
+20
|
\
|
*
Document algorithm: concurrent options for PostgreSQL [ci skip]
Guilherme Mansur
2019-04-16
1
-0
/
+20
[next]