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
*
Fix typo: adaptors => adapters [ci skip]
Carlos Antonio da Silva
2013-01-27
1
-1
/
+1
*
Fix cases where delete_records on a has_many association caused errors
Derek Kraan
2013-01-27
3
-0
/
+20
*
Default dead_connection_timeout to 5
Akira Matsuda
2013-01-24
1
-1
/
+1
*
Fix PostgreSQL tests on Travis
Andrew White
2013-01-24
1
-0
/
+5
*
Add postgresql range types support
bUg
2013-01-23
7
-71
/
+117
*
Refactored transaction state into its own object. Each transaction creates a ...
wangjohn
2013-01-21
1
-5
/
+24
*
Created state for a transaction and added tests.
wangjohn
2013-01-20
1
-0
/
+12
*
fix anonymous class issue
David
2013-01-20
1
-0
/
+1
*
Don't rely on Hash key's ordering
Vitor Baptista
2013-01-16
2
-3
/
+5
*
Use whitelist to pass valid connection parameters to PGConn.
Rafael Mendonça França
2013-01-06
1
-7
/
+10
*
Remove the configuration key in the correct place
Rafael Mendonça França
2013-01-06
1
-3
/
+1
*
Fix error when assigning NaN to an integer column
Tristan Harward
2013-01-06
1
-5
/
+1
*
These are already required through AS/rails
Akira Matsuda
2013-01-07
3
-4
/
+0
*
Remove unnecessary begin..rescue..end, use only rescue
Akira Matsuda
2013-01-06
1
-25
/
+23
*
Support for PostgreSQL's ltree data type.
Rob Worley
2013-01-04
2
-1
/
+9
*
Reuse the Column integer converter
Rafael Mendonça França
2013-01-03
1
-1
/
+1
*
Fix undefined method `to_i' introduced since 3.2.8
Jason Stirk
2013-01-04
1
-1
/
+5
*
small refactoring, added blob_or_text_colum? in AbstractMysqlAdapter
Angelo Capilleri
2012-12-28
1
-2
/
+6
*
Fixes for PR [#8267]
Marc-Andre Lafortune
2012-12-22
1
-3
/
+6
*
Fix calling quote column name in interpolated string
Carlos Antonio da Silva
2012-12-21
1
-1
/
+1
*
Differentiate between remove_column and remove_columns. Make remove_column re...
Marc-Andre Lafortune
2012-12-21
3
-14
/
+23
*
Make drop_table reversible [#8267]
Marc-Andre Lafortune
2012-12-21
1
-0
/
+4
*
Add drop_join_table [#8267]
Marc-Andre Lafortune
2012-12-21
1
-0
/
+11
*
Simplify change_table and avoid duplicated logic
Marc-Andre Lafortune
2012-12-21
1
-14
/
+2
*
Keep index names when using with sqlite3
Yves Senn
2012-12-19
1
-2
/
+1
*
#5523 Add ability for postgresql adapter to disable user triggers in disable_...
Gary S. Weaver
2012-12-18
1
-4
/
+12
*
AR supporting new int4range and int8range data type on PostgreSQL >= 9.2. Fix...
Alexey
2012-12-17
1
-4
/
+11
*
AR supporting new intrange data type on PostgreSQL >= 9.2
Alexey
2012-12-16
6
-4
/
+68
*
Merge pull request #8510 from thedarkone/thread_safety_improvements
Aaron Patterson
2012-12-14
1
-9
/
+16
|
\
|
*
Replace some global Hash usages with the new thread safe cache.
thedarkone
2012-12-14
1
-9
/
+16
*
|
Deprecate obsolete Time to DateTime fallback methods
Andrew White
2012-12-11
1
-1
/
+1
|
/
*
Move to the schema-migrations-metadata branch.
Jeremy Kemper
2012-12-09
1
-4
/
+4
*
Session variables for mysql, mysql2, and postgresql adapters can be set
Aaron Stone
2012-12-08
4
-34
/
+61
*
revises a RDoc example to make it idiomatic
Xavier Noria
2012-12-07
1
-8
/
+8
*
Use CURRENT_TIMESTAMP since it has apparently better cross db support
Carlos Antonio da Silva
2012-12-06
1
-1
/
+1
*
Merge branch 'joshsusser-master' into merge
Aaron Patterson
2012-12-05
1
-4
/
+4
|
\
|
*
Add migration history to schema.rb dump
Josh Susser
2012-12-02
1
-2
/
+2
|
*
Add metadata to schema_migrations
Josh Susser
2012-12-01
1
-3
/
+3
*
|
Fix #8414. Performance problem with postgresql adapter primary_key function.
kennyj
2012-12-05
1
-3
/
+2
*
|
pg_namespace table isn't used.
kennyj
2012-12-05
1
-1
/
+0
|
/
*
Fix memory leak in development mode
Jon Leighton
2012-11-30
1
-8
/
+11
*
schema cache already has the columns as a hash, so use that
Aaron Patterson
2012-11-25
2
-2
/
+12
*
speed up fixture loading by querying the schema cache for column names
Aaron Patterson
2012-11-25
2
-2
/
+11
*
Typo
Chris Patuzzo
2012-11-21
1
-1
/
+1
*
Merge pull request #6245 from bogdan/bc_timestamp
Rafael Mendonça França
2012-11-21
2
-3
/
+9
|
\
|
*
Fix postgresql adapter to handle bc timestamps correctly
Bogdan Gusiev
2012-11-21
2
-3
/
+9
*
|
Refactoring, testing and documenting pg_connection.distinct
Semyon Perepelitsa
2012-11-21
1
-13
/
+10
|
/
*
Postgresql doesn't accepts limits on text columns.
Victor Costan
2012-11-20
1
-0
/
+7
*
Be a bit less conservative with mysql in adapter
Carlos Antonio da Silva
2012-11-19
1
-1
/
+1
*
Add rename_index to change_table.
Jarek Radosz
2012-11-19
1
-0
/
+8
[next]