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
*
savepoint_name should return nil for non-savepoint transactions
Arthur Neves
2014-07-28
2
-4
/
+7
*
Transactions refactoring
Arthur Neves
2014-07-28
3
-38
/
+65
*
Remove finishing? method from transaction.
Arthur Neves
2014-07-24
2
-24
/
+13
*
Merge pull request #16280 from a3gis/master
Matthew Draper
2014-07-24
1
-2
/
+2
|
\
|
*
Fix documentation typo in ConnectionSpecification::Resolve.spec
a3gis
2014-07-24
1
-1
/
+1
|
*
Fixes #16265
a3gis
2014-07-24
1
-1
/
+1
*
|
pg, `change_column_default, :table, :column, nil` issues `DROP DEFAULT`.
Yves Senn
2014-07-24
1
-1
/
+9
|
/
*
Merge pull request #16231 from Envek/type_in_references
Yves Senn
2014-07-22
2
-4
/
+25
|
\
|
*
Allow to specify a type for foreign key column in migrations
Andrey Novikov
2014-07-22
2
-2
/
+10
|
/
*
Merge pull request #15944 from seuros/uuid
Rafael Mendonça França
2014-07-16
1
-1
/
+10
|
\
|
*
Treat invalid uuid as nil
Abdelkader Boudih
2014-07-14
1
-1
/
+10
*
|
Predicate methods don't need to return `true` / `false`
Rafael Mendonça França
2014-07-15
1
-1
/
+1
*
|
Fix version detection for RENAME INDEX support. Fixes #15931.
Jeff Browning
2014-07-15
3
-6
/
+18
|
/
*
Merge pull request #16136 from sgrif/sg-pg-bit-string
Matthew Draper
2014-07-12
2
-13
/
+33
|
\
|
*
Don't rely on the column SQL type for bit string quoting
Sean Griffin
2014-07-11
2
-13
/
+33
*
|
Merge pull request #16055 from sgrif/sg-refactor-sqlite3-strings
Matthew Draper
2014-07-12
1
-14
/
+22
|
\
\
|
|
/
|
/
|
|
*
Use a type object for type casting behavior on SQLite3
Sean Griffin
2014-07-11
1
-14
/
+22
*
|
Merge pull request #16071 from sgrif/sg-pg-type-cast
Rafael Mendonça França
2014-07-08
1
-15
/
+0
|
\
\
|
*
|
Remove PG's definition of `type_cast`
Sean Griffin
2014-07-06
1
-15
/
+0
*
|
|
Merge pull request #16072 from sgrif/sg-xml-quoting
Rafael Mendonça França
2014-07-08
4
-4
/
+42
|
\
\
\
|
*
|
|
Don't rely on the sql type to quote XML columns in PG
Sean Griffin
2014-07-06
4
-4
/
+42
|
|
/
/
*
/
/
Remove the `text?` predicate from the type objects
Sean Griffin
2014-07-06
1
-4
/
+0
|
/
/
*
|
Change back occurrences of SQLite(3) to sqlite3 when referring to the
Zachary Scott
2014-07-06
2
-5
/
+5
*
|
Merge pull request #16057 from akshay-vishnoi/doc_change
Zachary Scott
2014-07-06
2
-3
/
+3
|
\
\
|
*
|
[ci skip] /sqlite/i --> SQLite
Akshay Vishnoi
2014-07-06
2
-3
/
+3
*
|
|
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
[next]