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 column type check error in changeset [4280]. [Michael A. Schoen]
Marcel Molina
2006-04-26
1
-1
/
+1
*
Add Oracle support for CLOB inserts. Closes #4748. [schoenm@earthlink.net san...
Marcel Molina
2006-04-26
1
-3
/
+3
*
Various fixes for sqlserver_adapter (odbc statement finishing, ado schema dum...
Marcel Molina
2006-04-26
1
-18
/
+30
*
Sybase Adapter type conversion cleanup [dev@metacasa.net]
Marcel Molina
2006-04-25
1
-72
/
+65
*
Properly quote index names in migrations (closes #4764) [John Long]
Rick Olson
2006-04-20
4
-16
/
+9
*
Multiple fixes and optimizations in PostgreSQL adapter, allowing ruby-postgre...
Tobias Lütke
2006-04-04
1
-7
/
+25
*
Get the green light for Oracle AR unit tests (closes #4573) [Michael Schoen]
David Heinemeier Hansson
2006-04-04
1
-35
/
+37
*
Fixed broken OCIAdapter (closes #4457) [schoenm@earthlink.net]
David Heinemeier Hansson
2006-03-30
1
-8
/
+4
*
Fixed documentation
David Heinemeier Hansson
2006-03-28
2
-8
/
+12
*
Support the use of public synonyms with the Oracle adapter; required ruby-oci...
David Heinemeier Hansson
2006-03-26
1
-0
/
+1
*
Only string_to_binary if the column responds
David Heinemeier Hansson
2006-03-26
4
-4
/
+4
*
Change periods (.) in table aliases to _'s. Closes #4251 [jeff@ministrycente...
Rick Olson
2006-03-26
1
-1
/
+1
*
Do it in style
David Heinemeier Hansson
2006-03-25
1
-2
/
+2
*
Fixed db_schema_import when binary types are present (closes #3101) [DHH]
David Heinemeier Hansson
2006-03-25
1
-1
/
+1
*
Fixed that MySQL enums should always be returned as strings (closes #3501) [DHH]
David Heinemeier Hansson
2006-03-25
1
-0
/
+1
*
Fixed DB2 adapter so nullable columns will be determines correctly now and qu...
David Heinemeier Hansson
2006-03-22
1
-2
/
+3
*
Fixed that schema changes while the database was open would break any connect...
David Heinemeier Hansson
2006-03-20
1
-11
/
+15
*
Fixed that schema changes while the database was open would break any connect...
David Heinemeier Hansson
2006-03-20
1
-2
/
+14
*
add support for COUNT(DISTINCT id) queries in sqlite2 (closes #4300) [Rick Ol...
Rick Olson
2006-03-19
1
-2
/
+21
*
SQL Server adapter gets some love (closes #4298) [rtomayko@gmail.com]
David Heinemeier Hansson
2006-03-18
1
-13
/
+21
*
Added OpenBase database adapter that builds on top of the http://www.spice-of...
David Heinemeier Hansson
2006-03-18
1
-0
/
+349
*
Rework table aliasing to account for truncated table aliases. Add smarter ta...
Rick Olson
2006-03-18
1
-6
/
+2
*
Add AbstractAdapter#table_alias_for to create table aliases according to the ...
Rick Olson
2006-03-18
5
-0
/
+28
*
Provide access to the underlying database connection with Adapter#raw_connect...
Michael Koziarski
2006-03-18
1
-0
/
+7
*
Remove broken attempts at handling columns with a a default of 'now()' in the...
Michael Koziarski
2006-03-18
1
-3
/
+0
*
Added connection#current_database that'll return of the current database (onl...
David Heinemeier Hansson
2006-03-18
2
-0
/
+7
*
Added migrations support to the Sybase adapter (closes #4293) [John R. Sheets]
David Heinemeier Hansson
2006-03-18
1
-18
/
+94
*
Make all tinyint(1) variants act like boolean in mysql (tinyint(1) unsigned, ...
Jamis Buck
2006-03-17
1
-1
/
+1
*
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
[next]