aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
* Made documentation ready for release (AR)David Heinemeier Hansson2005-07-061-43/+41
* Changed logging of SQL statements to use the DEBUG level instead of INFO. Add...David Heinemeier Hansson2005-07-051-1/+1
* Made default changes work in both postgresql and mysql #1612 [Tobias Luetke]David Heinemeier Hansson2005-07-053-6/+21
* Sugared up migrations with even more bling #1609 [Tobias Luekte]David Heinemeier Hansson2005-07-053-24/+105
* Added new Migrations framework for describing schema transformations in a way...David Heinemeier Hansson2005-07-043-5/+40
* Fixed migration initialization of tableDavid Heinemeier Hansson2005-07-041-1/+1
* Fixed Base.content_columns call for SQL Server adapter #1450 [DeLynn Berry] A...David Heinemeier Hansson2005-07-031-1/+5
* r1617@asus: jeremy | 2005-07-03 08:23:31 -0700Jeremy Kemper2005-07-031-29/+27
* r1616@asus: jeremy | 2005-07-03 08:07:13 -0700Jeremy Kemper2005-07-031-1/+1
* r1612@asus: jeremy | 2005-07-03 04:35:59 -0700Jeremy Kemper2005-07-031-5/+3
* r1611@asus: jeremy | 2005-07-03 04:21:52 -0700Jeremy Kemper2005-07-035-46/+41
* r1610@asus: jeremy | 2005-07-03 00:19:06 -0700Jeremy Kemper2005-07-031-2/+0
* r1607@asus: jeremy | 2005-07-02 23:36:52 -0700Jeremy Kemper2005-07-031-7/+7
* r1603@asus: jeremy | 2005-07-02 14:38:52 -0700Jeremy Kemper2005-07-036-85/+86
* Added support for ODBC connections to MS SQL Server so you can connect from a...David Heinemeier Hansson2005-07-013-111/+145
* Make migrations work with the latest SQLiteDavid Heinemeier Hansson2005-06-211-10/+10
* r1278@iwill: jeremy | 2005-06-12 05:11:48 -0700Jeremy Kemper2005-06-121-50/+62
* Return PostgreSQL columns in the order they are declared #1374 (perlguy@gmail...Jeremy Kemper2005-06-121-18/+17
* Added encoding and min_messages options for PostgreSQL #1205 [shugo]David Heinemeier Hansson2005-04-301-0/+6
* Fixes a problem with the SQL Adapter which was resulting in IDENTITY_INSERT n...David Heinemeier Hansson2005-04-171-2/+1
* Made migrations create InnoDB tables per defaultDavid Heinemeier Hansson2005-04-162-2/+6
* Fixed boolean saving on Oracle #1093 [mparrish@pearware.org]David Heinemeier Hansson2005-04-131-2/+2
* Fixed check_box with postgresql booleans is more work now again #995David Heinemeier Hansson2005-04-071-1/+1
* Fixed boolean queries for t/f fields in PostgreSQL #995 [dave@cherryville.org]David Heinemeier Hansson2005-04-021-1/+1
* Fixed auto-stamping of dates (created_on/updated_on) for PostgreSQL #985 [dav...David Heinemeier Hansson2005-04-021-6/+6
* Fixed the MS SQL adapter to work with the new limit/offset approach and with ...David Heinemeier Hansson2005-03-231-127/+133
* Added adapter independent limit clause as a two-element array with the first ...David Heinemeier Hansson2005-03-205-20/+29
* Improved the performance of the OCI8 adapter for Oracle #723 [pilx/gjenkins]David Heinemeier Hansson2005-03-201-11/+14
* Added type conversion before saving a record, so string-based values like "10...David Heinemeier Hansson2005-03-201-1/+1
* Fixed that SQLite3 exceptions are caught and reported properly #823 [yerejm]David Heinemeier Hansson2005-03-141-2/+2
* More incremental work on active schema for MySQLDavid Heinemeier Hansson2005-03-102-2/+2
* More incremental work on active schema for MySQLDavid Heinemeier Hansson2005-03-102-13/+14
* Added ActiveRecord::Base.colorize_logging to control whether to use colors in...David Heinemeier Hansson2005-03-061-8/+12
* Added support for timestamp with time zone in PostgreSQL #560 [Scott Barron]David Heinemeier Hansson2005-03-061-0/+1
* Fixed that postgresql adapter would fails when reading bytea fields with null...David Heinemeier Hansson2005-03-061-2/+2
* Added preliminary support for an agile database migration technique (currentl...David Heinemeier Hansson2005-03-013-11/+93
* Fixes OCI adapter failure on timezone tests #700David Heinemeier Hansson2005-02-241-3/+4
* Finished polishing API docsDavid Heinemeier Hansson2005-02-233-19/+7
* Updated documentation even moreDavid Heinemeier Hansson2005-02-231-1/+8
* Added documentation for database adapters to visible RDocDavid Heinemeier Hansson2005-02-235-56/+89
* Added a OCI8-based Oracle adapter that has been verified to work with Oracle ...David Heinemeier Hansson2005-02-232-244/+259
* Added option :schema_order to the PostgreSQL adapter to support the use of mu...David Heinemeier Hansson2005-02-231-1/+7
* Fixed the Broken pipe error on SHOW FIELDs queries tooDavid Heinemeier Hansson2005-02-221-5/+2
* Fixed that Active Record would throw Broken Pipe errors with FCGI when the My...David Heinemeier Hansson2005-02-211-28/+51
* Added options to specify an SSL connection for MySQL. Define the following at...David Heinemeier Hansson2005-02-201-4/+6
* Added automatic dropping/creating of test tables for running the unit tests o...David Heinemeier Hansson2005-02-206-1/+26
* Fixed the SQL Server adapter on a bunch of issues #667 [DeLynn]David Heinemeier Hansson2005-02-191-50/+139
* Fixed a bit to eager requiring of oracle bindings in oracle adapter #634David Heinemeier Hansson2005-02-181-1/+1
* Fixed documentation snafus #575, #576, #577, #585David Heinemeier Hansson2005-02-072-4/+4
* Added an Oracle adapter that works with the Oracle bindings by Yoshida (http:...David Heinemeier Hansson2005-02-072-21/+265