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
*
Remove special case in schema dumper for decimal without scale
Sean Griffin
2014-05-23
5
-35
/
+32
*
Merge pull request #15277 from sgrif/sg-schema-cache-refactor
Rafael Mendonça França
2014-05-23
1
-31
/
+11
|
\
|
*
Simplify the code in schema cache
Sean Griffin
2014-05-23
1
-31
/
+11
*
|
Merge pull request #15282 from sgrif/sg-remove-column-primary
Rafael Mendonça França
2014-05-23
1
-2
/
+1
|
\
\
|
*
|
Remove `Column#primary`
Sean Griffin
2014-05-23
1
-2
/
+1
|
|
/
*
|
Merge pull request #15280 from sgrif/sg-postgres-defaults
Rafael Mendonça França
2014-05-23
3
-76
/
+78
|
\
\
|
*
|
Move parsing of PG sql strings for defaults out of column
Sean Griffin
2014-05-23
3
-76
/
+78
|
|
/
*
/
Inline type cast method for PG points
Sean Griffin
2014-05-23
2
-8
/
+4
|
/
*
Push limit to type objects
Sean Griffin
2014-05-22
6
-70
/
+64
*
Push precision to type objects
Sean Griffin
2014-05-22
6
-22
/
+27
*
Push scale to type objects
Sean Griffin
2014-05-22
7
-20
/
+27
*
Move `extract_precision` onto type objects
Dan Croak and Sean Griffin
2014-05-22
7
-19
/
+15
*
Merge pull request #15249 from sgrif/sg-register-types-in-adapter
Rafael Mendonça França
2014-05-22
3
-75
/
+62
|
\
|
*
Use the generic type map for all PG type registrations
Sean Griffin
2014-05-22
3
-75
/
+62
*
|
Allow additional arguments to be used during type map lookups
Sean Griffin
2014-05-22
4
-12
/
+12
|
/
*
Merge pull request #15237 from sgrif/sg-move-extract-scale
Rafael Mendonça França
2014-05-21
3
-6
/
+5
|
\
|
*
Move extract_scale to decimal type
Sean Griffin
2014-05-21
3
-6
/
+5
*
|
Merge pull request #15218 from sgrif/sg-move-oid-types
Rafael Mendonça França
2014-05-21
23
-353
/
+532
|
\
\
|
*
|
Move PG OID types to their own files
Sean Griffin
2014-05-21
23
-353
/
+532
*
|
|
Rename `oid_type` to `cast_type` to make PG columns consistent
Sean Griffin
2014-05-21
1
-5
/
+4
|
|
/
|
/
|
*
|
Add missing nodocs to MySQL adapter
Sean Griffin
2014-05-21
1
-3
/
+3
|
/
*
push `extract_scale` to the `Type`.
Yves Senn
2014-05-21
4
-7
/
+9
*
Delegate `klass` to the injected type object
Sean Griffin
2014-05-20
9
-14
/
+33
*
Delegate `type_cast_for_write` to injected type object
Sean Griffin
2014-05-20
4
-30
/
+14
*
Merge pull request #15207 from sgrif/sg-inline-column-helpers
Rafael Mendonça França
2014-05-20
8
-118
/
+74
|
\
|
*
Inline typecasting helpers from Column to the appropriate types
Sean Griffin
2014-05-20
8
-118
/
+74
*
|
Merge pull request #15206 from sgrif/sg-type-map-postgresql
Rafael Mendonça França
2014-05-20
3
-45
/
+31
|
\
\
|
*
|
Use the generic type map for PostgreSQL OID registrations
Sean Griffin
2014-05-20
3
-45
/
+31
|
|
/
*
/
Delegate predicate methods to injected type object on Column
Sean Griffin
2014-05-20
11
-23
/
+43
|
/
*
Use the generic type map object for mysql field lookups
Sean Griffin
2014-05-20
3
-23
/
+26
*
Merge pull request #15203 from sgrif/sg-delegate-type-cast
Rafael Mendonça França
2014-05-20
6
-74
/
+6
|
\
|
*
Replace `type_cast` case statement with delegation
Sean Griffin
2014-05-20
6
-74
/
+6
*
|
Merge pull request #15201 from sgrif/sg-types-postgresql
Rafael Mendonça França
2014-05-20
3
-147
/
+81
|
\
\
|
*
|
Have Postgres OID types inherit from general types
Sean Griffin
2014-05-20
3
-147
/
+81
*
|
|
Use general types for mysql fields
Sean Griffin
2014-05-20
1
-69
/
+11
|
|
/
|
/
|
*
|
Delegate type_cast to injected type object in mysql
Sean Griffin
2014-05-20
6
-53
/
+72
|
/
*
Delegate `#type_cast` to injected type objects on SQLite3
Sean Griffin
2014-05-20
10
-6
/
+82
*
Remove :timestamp column type
Sean Griffin
2014-05-19
9
-21
/
+11
*
Delegate `Column#type` to the injected type object
Sean Griffin
2014-05-19
21
-71
/
+258
*
Merge pull request #14126 from schuetzm/index_option_for_column
Rafael Mendonça França
2014-05-19
1
-6
/
+13
|
\
|
*
Make `:index` in migrations work with all column types
Marc Schütz
2014-05-18
1
-6
/
+13
*
|
pg, re-introduce `PostgreSQL::Utils` to unify schema/table extraction.
Yves Senn
2014-05-19
4
-24
/
+31
*
|
pg, add missing nodocs for extracted modules.
Yves Senn
2014-05-19
5
-10
/
+10
*
|
Merge pull request #15156 from sgrif/sg-postgres-timestamps
Yves Senn
2014-05-18
1
-6
/
+3
|
\
\
|
|
/
|
/
|
|
*
PostgreSQL timestamps are always datetimes
Sean Griffin
2014-05-17
1
-6
/
+3
*
|
Add a type object to Column constructor
Sean Griffin
2014-05-17
9
-12
/
+40
*
|
Remove dead test code for unsupported adapters
Sean Griffin
2014-05-17
1
-9
/
+0
|
/
*
Changed extract_limit in class Column to return correct mysql float and doubl...
Aaron Nelson
2014-05-16
1
-0
/
+2
*
:scissors:
Rafael Mendonça França
2014-05-14
3
-4
/
+0
*
Methods of these modules are internal
Rafael Mendonça França
2014-05-14
2
-14
/
+14
[next]