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
*
Oracle adapter gets some love #4230 [schoenm@earthlink.net]
David Heinemeier Hansson
2006-03-16
1
-4
/
+15
*
Stop the MySQL adapter crashing when views are present. (closes #3782) [Jonat...
David Heinemeier Hansson
2006-03-16
1
-1
/
+16
*
Dynamically set allow_concurrency. Closes #4044.
Jeremy Kemper
2006-03-13
1
-19
/
+47
*
fix unreplaced class var
Jeremy Kemper
2006-03-02
1
-1
/
+1
*
Revert allow_concurrency change for better testing. Retrieve_connection in tw...
Jeremy Kemper
2006-03-02
1
-1
/
+2
*
Catch requirement of Sybase adapter, if we cant, dont have it
David Heinemeier Hansson
2006-03-02
1
-2
/
+6
*
Dont require sybase unless you try to connect
David Heinemeier Hansson
2006-03-02
1
-1
/
+2
*
Added Sybase database adapter that relies on the Sybase Open Client bindings ...
David Heinemeier Hansson
2006-03-02
1
-0
/
+599
*
(duh :)
Jeremy Kemper
2006-03-01
1
-1
/
+1
*
Typo in stale thread removal.
Jeremy Kemper
2006-03-01
1
-1
/
+1
*
Clear stale, cached connections left behind by defunct threads. Eliminate dup...
Jeremy Kemper
2006-03-01
1
-76
/
+109
*
Renamed the "oci" adapter to "oracle", but kept the old name as an alias (clo...
David Heinemeier Hansson
2006-03-01
1
-36
/
+54
*
Speed up class -> connection caching and stale connection verification. Close...
Jeremy Kemper
2006-02-27
2
-31
/
+95
*
ActiveRecord::Base.remove_connection explicitly closes database connections a...
Jeremy Kemper
2006-02-26
5
-9
/
+31
*
Documentation fixes (closes #3838)
David Heinemeier Hansson
2006-02-25
2
-2
/
+2
*
Improved the Oracle OCI Adapter with better performance for column reflection...
David Heinemeier Hansson
2006-02-21
1
-25
/
+46
*
SQLServer: more compatible limit/offset emulation. Closes #3779.
Jeremy Kemper
2006-02-09
1
-1
/
+3
*
PostgreSQL: correctly parse negative integer column defaults. References #3776.
Jeremy Kemper
2006-02-09
1
-1
/
+1
*
* Fix pagination problems when using include
Michael Koziarski
2006-02-09
2
-0
/
+10
*
Fixed schema handling for DB2 adapter that didn't work: an initial schema cou...
David Heinemeier Hansson
2006-02-01
1
-3
/
+6
*
Support the :column option for remove_index with the PostgreSQL adapter. Clos...
Marcel Molina
2006-01-31
1
-7
/
+1
*
Add documentation for add_index and remove_index. Closes #3600.
Marcel Molina
2006-01-25
1
-1
/
+11
*
If the OCI library is not available, raise an exception indicating as much. C...
Marcel Molina
2006-01-25
1
-0
/
+8
*
Show a meaningful error when the DB2 adapter cannot be loaded due to missing ...
Nicholas Seckar
2006-01-22
1
-0
/
+8
*
Escape database name in MySQL adapter when creating and dropping databases. C...
Marcel Molina
2006-01-13
1
-2
/
+2
*
Multiple enhancements and adjustments to DB2 adaptor. Closes #3377.
Marcel Molina
2006-01-04
1
-61
/
+91
*
SchemaDumper now doesn't fail anymore when there are unknown column types in ...
Tobias Lütke
2005-12-24
1
-1
/
+2
*
Fix change_column to work with postgres 7.x and 8.x.
Scott Barron
2005-12-20
1
-1
/
+11
*
DRY up PG's add_column a bit to use change_column_default and match the other
Scott Barron
2005-12-20
1
-9
/
+3
*
Check for the key instead of the value, because it (the value) can be false.
Scott Barron
2005-12-20
1
-1
/
+1
*
Roll back [3244]. References #3116.
Jeremy Kemper
2005-12-13
1
-1
/
+1
*
MySQL: allow encoding option for mysql.rb driver.
Jeremy Kemper
2005-12-13
1
-5
/
+1
*
SQLServer: fix obscure optimistic locking bug, support uniqueidentifier colum...
Jeremy Kemper
2005-12-10
1
-4
/
+8
*
MySQL: ensure that @config is set.
Jeremy Kemper
2005-12-09
1
-3
/
+2
*
Oracle: active? performs a select instead of a commit. References #3133.
Jeremy Kemper
2005-12-08
1
-1
/
+1
*
Remove insignificant classes from docs
David Heinemeier Hansson
2005-12-08
1
-2
/
+2
*
MySQL: more robust test for nullified result hashes. References #3124.
Jeremy Kemper
2005-12-08
1
-8
/
+2
*
SQLite: find database file when RAILS_ROOT is a symlink. References #3116.
Jeremy Kemper
2005-12-08
1
-1
/
+1
*
PostgreSQL: more robust sequence name discovery. References #3087.
Jeremy Kemper
2005-12-08
1
-3
/
+4
*
Oracle: use syntax compatible with Oracle 8. References #3131.
Jeremy Kemper
2005-12-08
1
-6
/
+5
*
Dont overwrite the documentation from the real base class
David Heinemeier Hansson
2005-12-05
1
-1
/
+0
*
Clear the connection cache entry when a new connection is established on the ...
Jeremy Kemper
2005-12-05
1
-1
/
+24
*
Move dummy active? and reconnect! from sqlite to base adapter. References #428.
Jeremy Kemper
2005-12-04
2
-13
/
+13
*
Connection cache to speed up retrieve_connection and get rid of dirty connect...
Jeremy Kemper
2005-12-04
2
-35
/
+3
*
MySQL: work around ruby-mysql/mysql-ruby inconsistency with mysql.stat. Elim...
Jeremy Kemper
2005-12-03
1
-7
/
+9
*
Firebird: active? and reconnect! methods for handling stale connections. Ref...
Jeremy Kemper
2005-12-02
1
-2
/
+23
*
Firebird: updated for FireRuby 0.4.0. References #3009.
Jeremy Kemper
2005-12-02
1
-67
/
+35
*
PostgreSQL: active? compatibility with the pure-Ruby driver. Still need to m...
Jeremy Kemper
2005-11-28
1
-2
/
+4
*
MySQL: active? compatibility with the pure-Ruby driver. References #428.
Jeremy Kemper
2005-11-28
1
-1
/
+5
*
Oracle: active? check pings the database rather than testing the last command...
Jeremy Kemper
2005-11-24
1
-17
/
+15
[next]