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
*
Cherry-pick core extensions
Jeremy Kemper
2009-05-13
7
-3
/
+11
*
Ensure ActiveRecord::Base.connection_pool.with_connection creates a new conne...
steve
2009-05-01
1
-5
/
+6
*
Use table_exists? in #initialize_schema_migrations_table [#1923 state:resolved]
Ken Collins
2009-05-01
1
-2
/
+2
*
Add microsecond support for sqlite adapter [#1982 state:resolved]
Alex Pooley
2009-04-21
1
-0
/
+10
*
Fixed dumping from postgresql columns in index in wrong order. [#2515 state:r...
Max Lapshin
2009-04-21
1
-15
/
+18
*
Quote table names when casting to regclass so that capitalized tables are sup...
Scott Woods
2009-04-21
1
-3
/
+3
*
Fixed wrong quoting of index names in postgres [#2402 state:resolved]
Max Lapshin
2009-04-21
1
-1
/
+1
*
Support multiple schemas in table names for postgresql [#390 state:resolved]
Max Lapshin
2009-04-05
1
-1
/
+30
*
SQLite adapters now support DDL transactions [#2080 state:resolved]
Jason King
2009-03-14
1
-22
/
+33
*
Ensure SQLite adapters stores the config [#1947 state:resolved] [John Aughey,...
John Aughey
2009-03-08
2
-3
/
+8
*
Ensure ActiveRecord session store's connections are checked in after each req...
Joshua Peek
2009-02-24
1
-0
/
+16
*
Support true/false in query_attribute for calculated columns
Max Lapshin
2009-02-06
1
-0
/
+1
*
Sqlite adapter's copy_table incorrectly attempts to recreate a primary key id...
Jacob Dunphy
2009-01-29
1
-1
/
+1
*
Mysql#reconnect is set according to the 'reconnect' key in the connection spec.
Dov Murik
2009-01-27
1
-2
/
+5
*
Fix PostgreSQL unit test failures that only occur when using the old 'postgre...
Hongli Lai (Phusion)
2009-01-13
2
-10
/
+12
*
Introduce transaction_joinable flag to mark that the fixtures transaction can...
Jeremy Kemper
2009-01-10
2
-25
/
+25
*
Merge branch 'master' into savepoints
Jeremy Kemper
2009-01-10
7
-58
/
+76
|
\
|
*
Add transaction check to SQLite2 adapter to fix test_sqlite_add_column_in_tra...
Mike Gunderloy
2008-12-30
1
-0
/
+4
|
*
Inline code comments for class_eval/module_eval [#1657 state:resolved]
Xavier Noria
2008-12-28
4
-48
/
+50
|
*
Merge docrails
Pratik Naik
2008-12-19
2
-1
/
+4
|
*
Free MySQL::Result objects after a call to execute [#1416 state:resolved]
Manfred Stienstra
2008-12-18
1
-4
/
+13
|
*
Benchmark.ms
Jeremy Kemper
2008-12-09
1
-5
/
+5
*
|
Merge commit 'origin/master' into savepoints
Hongli Lai (Phusion)
2008-12-09
2
-6
/
+11
|
\
|
|
*
Merge with docrails
Pratik Naik
2008-12-07
2
-6
/
+11
*
|
Merge commit 'origin/master' into savepoints
Hongli Lai (Phusion)
2008-12-03
3
-15
/
+21
|
\
|
|
*
Autoload ActiveRecord files
Joshua Peek
2008-11-24
1
-0
/
+1
|
*
Remove reset! as a connection#checkout callback
Pratik Naik
2008-11-19
1
-1
/
+1
|
*
Merge branch 'master' into testing
Jeremy Kemper
2008-11-08
1
-3
/
+11
|
|
\
|
|
*
Timeout the connection pool monitor on ruby 1.8 only
Jeremy Kemper
2008-11-08
1
-3
/
+11
|
*
|
Merge branch 'master' into testing
Jeremy Kemper
2008-11-07
3
-14
/
+6
|
|
\
|
|
|
*
Don't leave open dangling connections in development mode. [#1335 state:resol...
Pratik Naik
2008-11-08
1
-2
/
+1
|
|
*
Simplify dispatcher callbacks to eliminate unnecessary stale thread purging. ...
Nick Sieger
2008-11-08
1
-4
/
+1
|
|
*
Revert commit which breaks all the tests.
Michael Koziarski
2008-11-07
1
-8
/
+4
|
*
|
undef abstract methods instead of raising NotImplementedError. Still need the...
Jeremy Kemper
2008-11-07
1
-4
/
+4
|
|
/
|
*
Stop logging SHOW FIELDS and SET SQL_AUTO_IS_NULL=0 for the MysqlAdapter as t...
David Heinemeier Hansson
2008-11-06
1
-4
/
+8
|
*
Make sure ActiveRecord::Base.connected? doesn't raise an exception for define...
Pratik Naik
2008-11-06
1
-1
/
+2
|
*
Ensure ActiveRecord::ConnectionPool.connected? handles undefined connections....
Wes Oldenbeuving
2008-11-06
1
-1
/
+1
*
|
Reimplement Jeremy's PostgreSQL automatic transaction state introspection code.
Hongli Lai (Phusion)
2008-11-03
2
-2
/
+28
*
|
Make SQLite3 pass the unit tests for savepoints.
Hongli Lai (Phusion)
2008-11-03
3
-0
/
+14
*
|
Fix a stale typo in the PostgreSQL adapter. Fix a stale mock expection in tra...
Hongli Lai (Phusion)
2008-11-03
1
-1
/
+1
*
|
Revert "PostgreSQL: introduce transaction_active? rather than tracking activi...
Hongli Lai (Phusion)
2008-11-03
1
-38
/
+0
*
|
Improve documentation for DatabaseStatements#transactions and AbstractAdapter...
Hongli Lai (Phusion)
2008-11-03
2
-6
/
+72
*
|
Implement savepoints.
Jonathan Viney
2008-11-03
4
-6
/
+47
|
/
*
It is not necessary to store QueryCache in a thread local since the cache is ...
Joshua Peek
2008-10-30
1
-27
/
+14
*
Use database name in query cache thread local key [#1283 state:resolved]
Joshua Peek
2008-10-30
1
-3
/
+2
*
Remove reference to fformat to restore support for postgres gem.
Michael Koziarski
2008-10-26
1
-1
/
+1
*
Fix binary data corruption bug in PostgreSQL adaptor
Adam Majer
2008-10-25
1
-68
/
+79
*
Add documentation for AbstractAdapter#sanitize_limit, and make its code more ...
Hongli Lai (Phusion)
2008-10-09
1
-4
/
+15
*
Merge docrails
Pratik Naik
2008-10-05
4
-24
/
+117
*
made ConnectionPool#checkout more robust by trying to loot dead threads when ...
Aliaksey Kandratsenka
2008-10-04
1
-1
/
+5
[next]