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
*
Fixed incompatibility in DB2 adapter with the new limit/offset approach #1718...
David Heinemeier Hansson
2005-07-17
2
-8
/
+7
*
Fixed that each request with the WEBrick adapter would open a new database co...
David Heinemeier Hansson
2005-07-10
1
-6
/
+12
*
Fixed optimistic locking with SQL Server #1660 [tom@popdog.net]
David Heinemeier Hansson
2005-07-09
1
-2
/
+2
*
Fixed SQL Server test #1678 [Tom Ward]
David Heinemeier Hansson
2005-07-09
1
-1
/
+1
*
Added better error message for "packets out of order" #1630 [courtenay]
David Heinemeier Hansson
2005-07-08
1
-0
/
+2
*
Fixed first run of "rake migrate" on PostgreSQL by not expecting a return val...
David Heinemeier Hansson
2005-07-07
1
-1
/
+1
*
Made documentation ready for release (AR)
David Heinemeier Hansson
2005-07-06
1
-43
/
+41
*
Changed logging of SQL statements to use the DEBUG level instead of INFO. Add...
David Heinemeier Hansson
2005-07-05
1
-1
/
+1
*
Made default changes work in both postgresql and mysql #1612 [Tobias Luetke]
David Heinemeier Hansson
2005-07-05
3
-6
/
+21
*
Sugared up migrations with even more bling #1609 [Tobias Luekte]
David Heinemeier Hansson
2005-07-05
3
-24
/
+105
*
Added new Migrations framework for describing schema transformations in a way...
David Heinemeier Hansson
2005-07-04
3
-5
/
+40
*
Fixed migration initialization of table
David Heinemeier Hansson
2005-07-04
1
-1
/
+1
*
Fixed Base.content_columns call for SQL Server adapter #1450 [DeLynn Berry] A...
David Heinemeier Hansson
2005-07-03
1
-1
/
+5
*
r1617@asus: jeremy | 2005-07-03 08:23:31 -0700
Jeremy Kemper
2005-07-03
1
-29
/
+27
*
r1616@asus: jeremy | 2005-07-03 08:07:13 -0700
Jeremy Kemper
2005-07-03
1
-1
/
+1
*
r1612@asus: jeremy | 2005-07-03 04:35:59 -0700
Jeremy Kemper
2005-07-03
1
-5
/
+3
*
r1611@asus: jeremy | 2005-07-03 04:21:52 -0700
Jeremy Kemper
2005-07-03
5
-46
/
+41
*
r1610@asus: jeremy | 2005-07-03 00:19:06 -0700
Jeremy Kemper
2005-07-03
1
-2
/
+0
*
r1607@asus: jeremy | 2005-07-02 23:36:52 -0700
Jeremy Kemper
2005-07-03
1
-7
/
+7
*
r1603@asus: jeremy | 2005-07-02 14:38:52 -0700
Jeremy Kemper
2005-07-03
6
-85
/
+86
*
Added support for ODBC connections to MS SQL Server so you can connect from a...
David Heinemeier Hansson
2005-07-01
3
-111
/
+145
*
Make migrations work with the latest SQLite
David Heinemeier Hansson
2005-06-21
1
-10
/
+10
*
r1278@iwill: jeremy | 2005-06-12 05:11:48 -0700
Jeremy Kemper
2005-06-12
1
-50
/
+62
*
Return PostgreSQL columns in the order they are declared #1374 (perlguy@gmail...
Jeremy Kemper
2005-06-12
1
-18
/
+17
*
Added encoding and min_messages options for PostgreSQL #1205 [shugo]
David Heinemeier Hansson
2005-04-30
1
-0
/
+6
*
Fixes a problem with the SQL Adapter which was resulting in IDENTITY_INSERT n...
David Heinemeier Hansson
2005-04-17
1
-2
/
+1
*
Made migrations create InnoDB tables per default
David Heinemeier Hansson
2005-04-16
2
-2
/
+6
*
Fixed boolean saving on Oracle #1093 [mparrish@pearware.org]
David Heinemeier Hansson
2005-04-13
1
-2
/
+2
*
Fixed check_box with postgresql booleans is more work now again #995
David Heinemeier Hansson
2005-04-07
1
-1
/
+1
*
Fixed boolean queries for t/f fields in PostgreSQL #995 [dave@cherryville.org]
David Heinemeier Hansson
2005-04-02
1
-1
/
+1
*
Fixed auto-stamping of dates (created_on/updated_on) for PostgreSQL #985 [dav...
David Heinemeier Hansson
2005-04-02
1
-6
/
+6
*
Fixed the MS SQL adapter to work with the new limit/offset approach and with ...
David Heinemeier Hansson
2005-03-23
1
-127
/
+133
*
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
[next]