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 #2021 from dasch/more_postgres_utils
Aaron Patterson
2011-08-29
1
-1
/
+3
|
\
|
*
Make #extract_schema_and_table an instance method in Utils
Daniel Schierbeck
2011-07-09
1
-1
/
+3
*
|
Move the bulk alter table code into the abstract mysql adapter, hence it is s...
Jon Leighton
2011-08-29
2
-47
/
+42
*
|
Extract simplified_type into the abstract class
Jon Leighton
2011-08-29
3
-23
/
+24
*
|
Create an AbstractMysqlAdapter to abstract the common code between MysqlAdapt...
Jon Leighton
2011-08-29
3
-1097
/
+706
*
|
Force binary data inserted for a string data type to utf-8 and log an
Aaron Patterson
2011-08-25
1
-3
/
+18
*
|
Adding missing autoload
Claudio Poli
2011-08-24
1
-0
/
+1
*
|
prevent sql injection attacks by escaping quotes in column names
Aaron Patterson
2011-08-16
3
-3
/
+3
*
|
In 1efd88283ef68d912df215125951a87526768a51, ConnectionAdapters was put under...
Jon Leighton
2011-08-16
1
-12
/
+22
*
|
Use new SelectManager#source method
Jon Leighton
2011-08-15
2
-2
/
+2
*
|
Use new SelectManager#projections= method
Jon Leighton
2011-08-15
3
-4
/
+4
*
|
use update.key instead of update.ast.key. make better use of select manager.
Jon Leighton
2011-08-15
3
-26
/
+18
*
|
Use a SelectCore rather than a full SelectManager
Jon Leighton
2011-08-15
2
-4
/
+6
*
|
Refactor building the update manager
Jon Leighton
2011-08-15
3
-11
/
+7
*
|
Support for multi-table updates with limits, offsets and orders
Jon Leighton
2011-08-15
3
-2
/
+47
*
|
Support updates with joins. Fixes #522.
Jon Leighton
2011-08-15
3
-0
/
+17
*
|
add the gem requirement for sqlite3
Aaron Patterson
2011-08-10
1
-0
/
+2
*
|
Remove TODO comment I didn't mean to commit
Jon Leighton
2011-08-09
1
-2
/
+0
*
|
Make it the responsibility of the connection to hold onto an ARel visitor for...
Jon Leighton
2011-08-08
8
-20
/
+81
*
|
sqlite transactions now logged
Gustavo Delfino
2011-08-06
1
-3
/
+3
*
|
accept option for recreate db for postgres (same as mysql now)
artemk
2011-08-04
1
-2
/
+4
*
|
initializing @open_transactions in the initialize method
Aaron Patterson
2011-08-03
1
-4
/
+2
*
|
remove deprication warning for ruby 1.9.3-head for unused variables
Vishnu Atrai
2011-07-26
1
-1
/
+1
*
|
Simplify the way default DATABASE_URL works.
Glenn Gillen
2011-07-25
1
-1
/
+1
*
|
Fixes typo
Vijay Dev
2011-07-22
1
-1
/
+1
*
|
adding more tests around database uri parsing
Aaron Patterson
2011-07-21
1
-5
/
+3
*
|
Add documentation for URL connection strings.
Glenn Gillen
2011-07-20
1
-0
/
+6
*
|
Added test for postgres connections as URL. Fixed query param parsing.
Glenn Gillen
2011-07-20
1
-1
/
+1
*
|
Provide database connection settings as a URL.
Glenn Gillen
2011-07-20
1
-0
/
+22
*
|
bigdecimal should be typecast to a float on sqlite3. fixes #2162
Aaron Patterson
2011-07-20
1
-0
/
+5
|
/
*
Refactor PostgreSQLAdapter a bit
Daniel Schierbeck
2011-07-08
1
-16
/
+18
*
cache column defaults for AR object instantiation
Aaron Patterson
2011-06-27
1
-0
/
+9
*
Improve ordering of multiple columns on postgresql
Lucia Escanellas
2011-06-24
1
-1
/
+1
*
Merge pull request #1632 from tardate/pg_schema_fu
Aaron Patterson
2011-06-21
1
-47
/
+72
|
\
|
*
Merge remote branch 'rails/master' into pg_schema_fu
Paul Gallagher
2011-06-19
5
-12
/
+13
|
|
\
|
*
|
Make PostgreSQL adapter view-compatible
Paul Gallagher
2011-06-19
1
-3
/
+5
|
*
|
make extract_schema_and_table a private method
Paul Gallagher
2011-06-11
1
-20
/
+17
|
*
|
remove table quoting in primary_key method
Paul Gallagher
2011-06-11
1
-1
/
+1
|
*
|
apply private method indentation convention
Paul Gallagher
2011-06-10
1
-22
/
+22
|
*
|
Improve PostgreSQL adapter schema-awareness
Paul Gallagher
2011-06-10
1
-25
/
+51
*
|
|
Add missing require 'set'
Daniel Azuma
2011-06-20
1
-0
/
+2
*
|
|
Merge pull request #1763 from grantneufeld/schema_column_exists_options_hash
José Valim
2011-06-18
1
-1
/
+1
|
\
\
\
|
*
|
|
Changed the default value for the options argument on ActiveRecord::Connectio...
Grant Neufeld
2011-06-18
1
-1
/
+1
|
|
|
/
|
|
/
|
*
/
|
Fix inconsistencies by being polite to the wrapped body. Needed for Rack::Sen...
Steve Hodgkiss
2011-06-18
1
-0
/
+8
|
/
/
*
|
Merge branch 'master' of git://github.com/lifo/docrails
Xavier Noria
2011-06-18
3
-11
/
+11
|
\
\
|
*
|
Update remove_index documentation
Lucia Escanellas
2011-06-17
2
-9
/
+9
|
*
|
Remove trailing whitespaces
Guillermo Iguaran
2011-06-12
1
-2
/
+2
|
|
/
*
|
Bump to mysql2 0.3.6
Guillermo Iguaran
2011-06-17
1
-1
/
+1
*
|
Merge pull request #1636 from metaskills/upstream/3-1-stable
Aaron Patterson
2011-06-17
1
-0
/
+1
|
\
\
|
*
|
Allow the connection pool's #table_exists? method to give the connections #ta...
Ken Collins
2011-06-10
1
-0
/
+1
|
|
/
[next]