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
*
Added adapter independent limit clause as a two-element array with the first ...
David Heinemeier Hansson
2005-03-20
5
-20
/
+29
*
Improved the performance of the OCI8 adapter for Oracle #723 [pilx/gjenkins]
David Heinemeier Hansson
2005-03-20
1
-11
/
+14
*
Added type conversion before saving a record, so string-based values like "10...
David Heinemeier Hansson
2005-03-20
1
-1
/
+1
*
Fixed that SQLite3 exceptions are caught and reported properly #823 [yerejm]
David Heinemeier Hansson
2005-03-14
1
-2
/
+2
*
More incremental work on active schema for MySQL
David Heinemeier Hansson
2005-03-10
2
-2
/
+2
*
More incremental work on active schema for MySQL
David Heinemeier Hansson
2005-03-10
2
-13
/
+14
*
Added ActiveRecord::Base.colorize_logging to control whether to use colors in...
David Heinemeier Hansson
2005-03-06
1
-8
/
+12
*
Added support for timestamp with time zone in PostgreSQL #560 [Scott Barron]
David Heinemeier Hansson
2005-03-06
1
-0
/
+1
*
Fixed that postgresql adapter would fails when reading bytea fields with null...
David Heinemeier Hansson
2005-03-06
1
-2
/
+2
*
Added preliminary support for an agile database migration technique (currentl...
David Heinemeier Hansson
2005-03-01
3
-11
/
+93
*
Fixes OCI adapter failure on timezone tests #700
David Heinemeier Hansson
2005-02-24
1
-3
/
+4
*
Finished polishing API docs
David Heinemeier Hansson
2005-02-23
3
-19
/
+7
*
Updated documentation even more
David Heinemeier Hansson
2005-02-23
1
-1
/
+8
*
Added documentation for database adapters to visible RDoc
David Heinemeier Hansson
2005-02-23
5
-56
/
+89
*
Added a OCI8-based Oracle adapter that has been verified to work with Oracle ...
David Heinemeier Hansson
2005-02-23
2
-244
/
+259
*
Added option :schema_order to the PostgreSQL adapter to support the use of mu...
David Heinemeier Hansson
2005-02-23
1
-1
/
+7
*
Fixed the Broken pipe error on SHOW FIELDs queries too
David Heinemeier Hansson
2005-02-22
1
-5
/
+2
*
Fixed that Active Record would throw Broken Pipe errors with FCGI when the My...
David Heinemeier Hansson
2005-02-21
1
-28
/
+51
*
Added options to specify an SSL connection for MySQL. Define the following at...
David Heinemeier Hansson
2005-02-20
1
-4
/
+6
*
Added automatic dropping/creating of test tables for running the unit tests o...
David Heinemeier Hansson
2005-02-20
6
-1
/
+26
*
Fixed the SQL Server adapter on a bunch of issues #667 [DeLynn]
David Heinemeier Hansson
2005-02-19
1
-50
/
+139
*
Fixed a bit to eager requiring of oracle bindings in oracle adapter #634
David Heinemeier Hansson
2005-02-18
1
-1
/
+1
*
Fixed documentation snafus #575, #576, #577, #585
David Heinemeier Hansson
2005-02-07
2
-4
/
+4
*
Added an Oracle adapter that works with the Oracle bindings by Yoshida (http:...
David Heinemeier Hansson
2005-02-07
2
-21
/
+265
*
Replaced === checks with is_a? checks #502, #82 [Marcel Molina]
David Heinemeier Hansson
2005-01-20
1
-3
/
+3
*
Fixed binary support for PostgreSQL #444 [alex@byzantine.no]
David Heinemeier Hansson
2005-01-15
1
-1
/
+29
*
Fixed the 4.11 changes to the mysql adapter
David Heinemeier Hansson
2005-01-11
2
-319
/
+1
*
Added SQLite3 compatibility through the sqlite3-ruby adapter by Jamis Buck #3...
David Heinemeier Hansson
2005-01-10
2
-83
/
+105
*
Added support for the new protocol spoken by MySQL 4.1.1+ servers for the Rub...
David Heinemeier Hansson
2005-01-10
2
-0
/
+319
*
Fixed some thread safety issues with DB2
David Heinemeier Hansson
2005-01-04
1
-20
/
+23
*
DB2 driver shouldnt be looking for RubyGems stuff
David Heinemeier Hansson
2005-01-02
1
-1
/
+0
*
Fixed handling of binary content in blobs and similar fields for Ruby/MySQL a...
David Heinemeier Hansson
2005-01-02
2
-4
/
+43
*
Added a db2 adapter that only depends on the Ruby/DB2 bindings (http://raa.ru...
David Heinemeier Hansson
2005-01-01
1
-0
/
+127
*
Added the final touches to the Microsoft SQL Server adapter by DeLynn Berry t...
David Heinemeier Hansson
2005-01-01
1
-9
/
+40
*
Added Base.default_timezone accessor that determines whether to use Time.loca...
David Heinemeier Hansson
2004-12-28
1
-10
/
+10
*
Added the possibility for adapters to overwrite add_limit! to implement a dif...
David Heinemeier Hansson
2004-12-28
2
-85
/
+48
*
Added more informative exceptions in establish_connection #356 [bitsweat]
David Heinemeier Hansson
2004-12-22
1
-4
/
+3
*
Fixed that nested transactions now work by letting the outer most transaction...
David Heinemeier Hansson
2004-12-22
1
-4
/
+4
*
Changed the interface on AbstractAdapter to require that adapters return the ...
David Heinemeier Hansson
2004-12-19
4
-8
/
+25
*
Added that query benchmarking will only happen if its going to be logged anyw...
David Heinemeier Hansson
2004-12-19
1
-1
/
+1
*
Updated and added more documentation
David Heinemeier Hansson
2004-12-16
1
-1
/
+1
*
Improving documentation...
David Heinemeier Hansson
2004-12-16
1
-1
/
+1
*
Fixed that every successive call on the sqlite adapter prepended RAILS_ROOT a...
David Heinemeier Hansson
2004-12-12
1
-1
/
+1
*
Options for the new validation methods are now given as a hash
David Heinemeier Hansson
2004-12-10
1
-1
/
+1
*
Added Base.validate_uniqueness thatv alidates whether the value of the specif...
David Heinemeier Hansson
2004-12-10
1
-1
/
+1
*
Fixed TIMESTAMP columns broken due to TIME handling patch
David Heinemeier Hansson
2004-12-09
1
-11
/
+15
*
Fixed value quoting in all generated SQL statements, so that integers are not...
David Heinemeier Hansson
2004-12-07
2
-7
/
+12
*
Added proper handling of time fields that are turned into Time objects with t...
David Heinemeier Hansson
2004-12-01
1
-1
/
+13
*
Fixed infinite loop when environment is missing in database.yml
David Heinemeier Hansson
2004-12-01
1
-2
/
+6
*
Added relative path search for sqlite dbfiles in database.yml (if RAILS_ROOT ...
David Heinemeier Hansson
2004-12-01
1
-2
/
+3
[next]