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 #16065 from matthewd/mysql-explicit-non-strict
Matthew Draper
2014-07-06
1
-2
/
+2
|
\
|
*
If our connection is explicitly non-strict, tell MySQL
Matthew Draper
2014-07-06
1
-2
/
+2
*
|
Use the type object for quoting PG Ranges
Sean Griffin
2014-07-05
4
-48
/
+34
*
|
Revert "Use a type object for type casting behavior on SQLite3"
Matthew Draper
2014-07-05
1
-37
/
+13
|
/
*
Merge pull request #16003 from sgrif/sg-refactor-sqlite3-strings
Matthew Draper
2014-07-05
1
-13
/
+37
|
\
|
*
Use a type object for type casting behavior on SQLite3
Sean Griffin
2014-07-01
1
-13
/
+37
*
|
Merge pull request #16037 from sgrif/sg-money-quoting
Rafael Mendonça França
2014-07-04
1
-7
/
+0
|
\
\
|
*
|
Remove unneccessary special case for money in quoting
Sean Griffin
2014-07-03
1
-7
/
+0
*
|
|
Merge pull request #16036 from sgrif/sg-datetime-infinity
Rafael Mendonça França
2014-07-03
2
-3
/
+2
|
\
\
\
|
*
|
|
Do not rely on the column type when quoting infinity
Sean Griffin
2014-07-03
2
-3
/
+2
|
|
/
/
*
/
/
Use the type object for type casting HStore columns
Sean Griffin
2014-07-03
3
-55
/
+34
|
/
/
*
|
Quote range strings when quoting PG ranges
Sean Griffin
2014-07-02
1
-1
/
+1
*
|
Fix SQL injection when querying against ranges and bitstrings
Rafael Mendonça França
2014-07-02
2
-4
/
+5
|
/
*
Merge pull request #15977 from sgrif/sg-remove-array-hack
Godfrey Chan
2014-06-29
1
-24
/
+0
|
\
|
*
Remove array workaround in PG quoting
Sean Griffin
2014-06-29
1
-24
/
+0
*
|
Remove unused `array_member` from PG quoting for HStore columns
Sean Griffin
2014-06-29
2
-12
/
+9
|
/
*
Use the type object when sending point columns to the DB
Sean Griffin
2014-06-29
3
-19
/
+9
*
Use the type object for sending JSON to the database
Sean Griffin
2014-06-29
3
-22
/
+10
*
Always pass a column with a type object to quote
Sean Griffin
2014-06-28
6
-15
/
+23
*
rename sequence only if it exists
Abdelkader Boudih
2014-06-27
1
-3
/
+3
*
Change method visibility
Rafael Mendonça França
2014-06-26
1
-2
/
+2
*
Add nodoc to internal class [ci skip]
Rafael Mendonça França
2014-06-26
1
-1
/
+1
*
fk: add docs
Yves Senn
2014-06-26
1
-0
/
+58
*
fk: review corrections: indent, visibility, syntax, wording.
Yves Senn
2014-06-26
4
-49
/
+50
*
fk: use random digest names
Yves Senn
2014-06-26
3
-10
/
+23
*
fk: raise for invalid :on_update / :on_delete values
Yves Senn
2014-06-26
1
-3
/
+8
*
fk: `add/remove_foreign_key` are noop for adapters that don't support fk
Yves Senn
2014-06-26
1
-0
/
+4
*
fk: raise when identifiers are longer than `allowed_index_name_length`.
Yves Senn
2014-06-26
1
-1
/
+5
*
fk: support for on_update
Yves Senn
2014-06-26
5
-16
/
+32
*
fk: rename `dependent` to `on_delete`
Yves Senn
2014-06-26
5
-13
/
+12
*
fk: infere column name from table names.
Yves Senn
2014-06-26
1
-4
/
+14
*
fk: support dependent option (:delete, :nullify and :restrict).
Yves Senn
2014-06-26
5
-4
/
+39
*
fk: `:primary_key` option for non-standard pk's.
Yves Senn
2014-06-26
1
-1
/
+3
*
fk: generalize using `AlterTable` and `SchemaCreation`.
Yves Senn
2014-06-26
5
-47
/
+60
*
fk: `foreign_keys`, `add_foreign_key` and `remove_foreign_key` for MySQL
Yves Senn
2014-06-26
5
-21
/
+65
*
fk: add `foreign_keys` for PostgreSQL adapter.
Yves Senn
2014-06-26
2
-0
/
+38
*
fk: `add_foreign_key` and `remove_foreign_key` for PostgreSQL adapter.
Yves Senn
2014-06-26
3
-0
/
+36
*
Move writing unknown column exception to null attribute
Sean Griffin
2014-06-26
1
-1
/
+1
*
Merge pull request #15847 from sgrif/sg-encapsulate-result-types
Rafael Mendonça França
2014-06-26
1
-3
/
+2
|
\
|
*
Encapsulate knowledge of type objects on `ActiveRecord::Result`
Sean Griffin
2014-06-22
1
-3
/
+2
*
|
add missing `:nodoc:` for recent refactorings. [ci skip]
Yves Senn
2014-06-24
24
-25
/
+25
*
|
Merge pull request #15881 from mmozuras/remove_unused_params
Rafael Mendonça França
2014-06-23
1
-3
/
+3
|
\
\
|
*
|
Remove unused param 'conn' from ConnectionPool#release
Mindaugas Mozūras
2014-06-23
1
-3
/
+3
|
|
/
*
/
Add a deprecation cycle for `NullColumn` from `column_for_attribute`
Sean Griffin
2014-06-23
1
-6
/
+0
|
/
*
Merge pull request #15802 from sgrif/sg-column-quoting
Rafael Mendonça França
2014-06-19
2
-6
/
+6
|
\
|
*
Don't use column object for type casting in `quoting`
Sean Griffin
2014-06-18
2
-6
/
+6
*
|
this method is no longer being used
Josh Sharpe
2014-06-19
1
-4
/
+0
|
/
*
Merge pull request #15782 from sgrif/sg-column-defaults
Matthew Draper
2014-06-18
3
-15
/
+19
|
\
|
*
Don't type cast the default on the column
Sean Griffin
2014-06-17
3
-15
/
+19
*
|
Detect in-place changes on point types
Sean Griffin
2014-06-17
2
-3
/
+20
[next]