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
*
Reap connections based on owning-thread death
Matthew Draper
2014-03-18
3
-46
/
+34
*
Teach PostgreSQLAdapter#reset! to actually reset
Matthew Draper
2014-03-18
1
-1
/
+6
*
Allow custom JDBC urls
schneems
2014-03-14
1
-2
/
+2
*
No need to binds be optional
Rafael Mendonça França
2014-03-13
1
-2
/
+2
*
Make select_all on query cache accept a Relation without binds.
Arthur Neves
2014-03-13
2
-12
/
+10
*
Merge pull request #13040 from kamipo/case_sensitive_comparison
Rafael Mendonça França
2014-03-12
2
-0
/
+13
|
\
|
*
Only use BINARY for mysql case sensitive uniqueness check when column has a c...
Ryuta Kamizono
2013-11-26
2
-0
/
+13
*
|
MySQL 5.6 and later supports microsecond precision in datetime.
Tatsuhiko Miyagawa
2014-03-12
1
-0
/
+8
*
|
`change_table` supports `citext`. Follow up to #12523.
Yves Senn
2014-03-11
1
-0
/
+4
*
|
register OID for PostgreSQL citex datatype [Troy Kruthoff & Lachlan Sylvester]
lsylvester
2014-03-11
2
-1
/
+9
*
|
Merge pull request #14262 from sferik/flat_map
Andrew White
2014-03-09
1
-2
/
+2
|
\
\
|
*
|
Replace map.flatten with flat_map in activerecord
Erik Michaels-Ober
2014-03-03
1
-2
/
+2
*
|
|
Add Enum type to postgresql adapter's oids to prevent unknown OID warnings.
Dieter Komendera
2014-03-04
2
-0
/
+12
|
/
/
*
|
Fix warnings due to:
Vipul A M
2014-03-03
1
-1
/
+1
*
|
Add missing parantheses in index_exists?
Yannick Schutz
2014-02-25
1
-1
/
+1
*
|
Coerce strings when reading attributes.
Yves Senn
2014-02-23
2
-7
/
+21
*
|
deprecate support for pg ranges with excluding beginnings.
Yves Senn
2014-02-23
1
-0
/
+12
*
|
dynamically define PostgreSQL OID range types.
Yves Senn
2014-02-23
2
-41
/
+37
*
|
Distinguish ConnectionNotEstablished messages: no conn pool for the class, or...
Jeremy Kemper
2014-02-22
1
-1
/
+4
*
|
Merge branch '4-1-0-beta2'
Rafael Mendonça França
2014-02-18
1
-1
/
+5
|
\
\
|
*
|
Correctly escape PostgreSQL arrays.
Aaron Patterson
2014-02-18
1
-1
/
+5
*
|
|
Resolve encoding issues with arrays of hstore (bug 11135).
Josh Goodall
2014-02-17
2
-7
/
+7
*
|
|
`execute` is a hotspot, so let's reduce branches
Aaron Patterson
2014-02-12
1
-6
/
+2
*
|
|
Reaper has access to threadsafe active? call
Kevin Casey
2014-02-08
3
-2
/
+13
*
|
|
docs, AR already auto-detects primary keys. Closes #13946. [ci skip]
Yves Senn
2014-02-05
1
-3
/
+3
*
|
|
Merge pull request #13688 from jbaudanza/psql-index-exists
Rafael Mendonça França
2014-02-01
1
-0
/
+13
|
\
\
\
|
*
|
|
psql implementation of #index_name_exists?
Jonathan Baudanza
2014-01-16
1
-0
/
+13
*
|
|
|
Fixes issue with parsing whitespace content back from database - fixes #13907
Mauricio Linhares
2014-02-01
1
-2
/
+3
*
|
|
|
Fix regression on `.select_*` methods.
Arthur Neves
2014-01-30
6
-18
/
+21
*
|
|
|
Restore ActiveRecord states after a rollback for models w/o callbacks
Godfrey Chan
2014-01-18
1
-0
/
+4
*
|
|
|
fix exception translation
Aaron Patterson
2014-01-17
2
-3
/
+4
*
|
|
|
translate exceptions on prepared statement failure
Aaron Patterson
2014-01-17
2
-6
/
+13
*
|
|
|
sqlite >= 3.8.0 supports partial indexes
Cody Cutrer
2014-01-14
1
-1
/
+17
|
/
/
/
*
|
|
Merge pull request #13582 from schneems/schneems/preserve-connection-behavior
Rafael Mendonça França
2014-01-09
1
-3
/
+12
|
\
\
\
|
*
|
|
Ensure Active Record connection consistency
schneems
2014-01-09
1
-3
/
+12
*
|
|
|
Revert "ask the fixture set for the sql statements"
Aaron Patterson
2014-01-09
1
-5
/
+1
|
/
/
/
*
|
|
Make change_table use object of current database adapter
Nishant Modak
2014-01-07
2
-10
/
+10
*
|
|
Fix AR connection resolver docs to return a hash with string keys [ci skip]
Carlos Antonio da Silva
2014-01-06
1
-1
/
+1
*
|
|
Fix typo [ci skip]
Carlos Antonio da Silva
2014-01-06
1
-1
/
+1
*
|
|
Allow "url" sub key in database.yml configuration
schneems
2013-12-30
1
-0
/
+8
*
|
|
[ci skip] ConnectionSpecification::Resolver Docs
schneems
2013-12-30
1
-14
/
+80
*
|
|
Extract db url connection logic to class
schneems
2013-12-29
1
-34
/
+79
*
|
|
Raise NoDatabaseError when db does not exist
schneems
2013-12-24
3
-0
/
+18
*
|
|
Deprecate use of string in establish_connection as connection lookup
José Valim
2013-12-24
1
-9
/
+16
*
|
|
Only build a ConnectionSpecification if required
José Valim
2013-12-24
1
-26
/
+28
*
|
|
Fix build failures related to the new ENV options in yml
José Valim
2013-12-24
1
-3
/
+3
*
|
|
Merge pull request #13463 from josevalim/jv-env
José Valim
2013-12-23
1
-20
/
+29
|
\
\
\
|
*
|
|
Guarantee the connection resolver handles string values
José Valim
2013-12-23
1
-20
/
+29
*
|
|
|
Do not consider PG array columns as number or text columns
Carlos Antonio da Silva
2013-12-23
1
-1
/
+9
|
/
/
/
*
|
|
Tell how to Create a Database in Error Message
schneems
2013-12-23
1
-0
/
+6
[next]