index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Eilertsens Kodeknekkeri
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
lib
/
active_record
/
connection_adapters
/
postgresql
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use `try` only when we're unsure if the receiver would respond_to the method
Akira Matsuda
2019-08-01
1
-1
/
+1
*
Merge pull request #36412 from robotdana/compact_blank
Rafael Mendonça França
2019-07-25
1
-2
/
+2
|
\
|
*
Use compact_blank throughout rails
Dana Sherson
2019-06-05
1
-2
/
+2
*
|
Make currency symbols optional for money column type in PostgreSQL
Joel Schneider
2019-07-12
1
-2
/
+2
*
|
Share the column and table name quote cache between connections
Jean Boussier
2019-07-09
1
-2
/
+2
*
|
warning: instance variable @serial not initialized (#36556)
utilum
2019-06-28
1
-0
/
+10
*
|
Merge pull request #35891 from Shopify/schema-cache-deduplication
Kasper Timm Hansen
2019-06-19
2
-0
/
+21
|
\
\
|
*
|
Deduplicate various Active Record schema cache structures
Jean Boussier
2019-06-03
2
-0
/
+21
|
|
/
*
|
Merge pull request #36472 from kamipo/empty_line_only_before_access_modifier
Ryuta Kamizono
2019-06-13
9
-9
/
+0
|
\
\
|
*
|
Enable `Layout/EmptyLinesAroundAccessModifier` cop
Ryuta Kamizono
2019-06-13
9
-9
/
+0
*
|
|
Clear schema cache when a table is created/dropped/renamed
Ryuta Kamizono
2019-06-13
1
-0
/
+3
|
/
/
*
|
Allow column name with function (e.g. `length(title)`) as safe SQL string
Ryuta Kamizono
2019-06-10
1
-2
/
+8
*
|
Allow `column_name AS alias` as safe SQL string
Ryuta Kamizono
2019-06-10
1
-0
/
+1
*
|
Refactor `disallow_raw_sql!` to avoid `split(/\s*,\s*/)` to order args
Ryuta Kamizono
2019-06-09
1
-6
/
+14
*
|
Allow quoted identifier string as safe SQL string
Ryuta Kamizono
2019-06-06
1
-0
/
+22
|
/
*
Remove ignored_sql from SQLCounter by adding "TRANSACTION" to log name
Yasuo Honda
2019-05-08
1
-3
/
+3
*
make change_column_comment and change_table_comment invertible
Yoshiyuki Kinjo
2019-04-15
1
-2
/
+4
*
use PostgreSQL's bulk_alter_table implementation
Yoshiyuki Kinjo
2019-04-13
1
-25
/
+0
*
Refactor around sql_type metadata and column
Ryuta Kamizono
2019-04-12
3
-31
/
+34
*
Remove unused `sequence_name` in `sql_for_insert`
Ryuta Kamizono
2019-04-10
1
-1
/
+1
*
Improve == and hash methods on various schema cache structs to be allocation ...
Jean Boussier
2019-04-09
1
-8
/
+9
*
Merge pull request #35887 from kamipo/argument_error
Ryuta Kamizono
2019-04-09
1
-3
/
+3
|
\
|
*
Raise `ArgumentError` for invalid `:limit` and `:precision` like as other opt...
Ryuta Kamizono
2019-04-07
1
-3
/
+3
*
|
Except `table_name` from column objects
Ryuta Kamizono
2019-04-08
2
-37
/
+35
|
/
*
Cache database version in schema cache
Ali Ibrahim
2019-04-03
1
-1
/
+1
*
Make `truncate_tables` to bulk statements
Ryuta Kamizono
2019-03-17
1
-6
/
+4
*
Extract `truncate` and `truncate_tables` into database statements
Ryuta Kamizono
2019-03-17
1
-0
/
+6
*
Allow `remove_foreign_key` with both `to_table` and `options`
Ryuta Kamizono
2019-03-06
1
-2
/
+2
*
Refactor `type_to_sql` to handle converting `limit` to `size` in itself
Ryuta Kamizono
2019-02-26
1
-2
/
+2
*
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
|
/
*
Refactor to extract defining column methods as `define_column_methods`
Ryuta Kamizono
2019-02-09
1
-89
/
+98
*
Make `t.timestamps` with precision by default
Ryuta Kamizono
2019-01-26
1
-1
/
+5
*
Fix `t.timestamps` missing `null: false` in `change_table bulk: true`
Ryuta Kamizono
2019-01-26
1
-0
/
+2
*
Fix type casting column default in `change_column`
Ryuta Kamizono
2019-01-20
2
-24
/
+42
*
Remove `id_value` argument which is no longer passed to `sql_for_insert`
Ryuta Kamizono
2019-01-11
1
-1
/
+1
*
Enable `Lint/UselessAssignment` cop to avoid unused variable warnings (#34904)
Ryuta Kamizono
2019-01-09
1
-2
/
+2
*
An empty transaction does not raise the `ReadOnlyError` if preventing writes
Ryuta Kamizono
2018-12-11
1
-1
/
+1
*
An explain query does not raise the `ReadOnlyError` if preventing writes
Ryuta Kamizono
2018-12-11
1
-1
/
+1
*
Don't treat begin and rollback transactions as write queries
Ryuta Kamizono
2018-12-11
1
-1
/
+1
*
Rename error that occurs when writing on a read
Eileen Uchitelle
2018-12-07
1
-1
/
+1
*
Address "warning: shadowing outer local variable - parts"
Ryuta Kamizono
2018-12-03
1
-1
/
+2
*
Add ability to prevent writes to a database
Eileen Uchitelle
2018-11-30
1
-0
/
+10
*
Allow spaces in postgres table names
Gannon McGibbon
2018-11-28
1
-1
/
+1
*
`Mutable` helper is in `ActiveModel`
Ryuta Kamizono
2018-11-27
4
-4
/
+4
*
Use squiggly heredoc to strip odd indentation in the executed SQL
Ryuta Kamizono
2018-11-22
2
-8
/
+8
*
Fixing an issue when parsing an opclass by allowing indexed column
Thomas Bianchini
2018-11-21
1
-1
/
+1
*
Add support for UNLOGGED Postgresql tables
Jacob Evelyn
2018-11-13
2
-0
/
+18
*
PostgreSQL: Properly quote all `Infinity` and `NaN`
Ryuta Kamizono
2018-11-09
1
-4
/
+4
[next]