aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
* Merge docrails.Pratik Naik2008-05-255-21/+21
* Ensure add_column gives valid error for sqlite. [Gunnar Wolf, Pratik] [#197 s...Pratik Naik2008-05-201-0/+4
* Make sure clone_structure can load the results of dump_schema_informationSteven Soroka2008-05-171-1/+1
* Merge documentation changes from docrails.Pratik Naik2008-05-162-56/+54
* Merge docrails:Pratik Naik2008-05-095-24/+30
* create_table :force => true no longer tries to drop a non-existing tableTarmo Tänav2008-05-071-2/+2
* Added AbstractAdapter#table_exists? and made AbstractAdapter#table implementa...Tarmo Tänav2008-05-071-0/+4
* Restore dump_schema_information connection adapter methodKyle Hargraves2008-05-051-0/+6
* Added change_table for migrations (Jeff Dean) [#71 state:resolved]David Heinemeier Hansson2008-05-033-7/+265
* Improve documentation coverage and markupXavier Noria2008-05-025-9/+10
* Fixed that change_column should be able to use :null => true on a field that ...David Heinemeier Hansson2008-04-291-1/+8
* Default integer need not specify a limit [#20371 state:resolved] (matthuhiggins)David Heinemeier Hansson2008-04-291-1/+1
* Added that the MySQL adapter should map integer to either smallint, int, or b...David Heinemeier Hansson2008-04-251-0/+16
* Use schema.rb for all databasesFrederick Cheung2008-04-221-1/+1
* Fix sqlite adapter to work with the quoted table names returned by later vers...Frederick Cheung2008-04-211-1/+1
* Add support for interleaving migrations by storing which migrations have run ...Rick Olson2008-04-091-21/+29
* Improve documentation.Pratik Naik2008-04-051-3/+3
* Tiny change to allow AR based creation of TIME columns in sqlite. Closes #114...Michael Koziarski2008-04-041-1/+1
* PostgreSQL: create_ and drop_database support. Closes #9042.Jeremy Kemper2008-04-011-0/+44
* Switched to UTC-timebased version numbers for migrations and the schema. This...David Heinemeier Hansson2008-03-281-4/+12
* Migrations: create_table supports primary_key_prefix_type. Closes #10314.Jeremy Kemper2008-03-181-1/+1
* Added add/remove_timestamps to the schema statements for adding the created_a...David Heinemeier Hansson2008-03-131-0/+16
* Make the schema dumper respect the schema settings in database.yml. Referenc...Michael Koziarski2008-03-031-3/+5
* Make the mysql schema dumper roundtrip the limits of text/blob columns. Clos...Michael Koziarski2008-03-021-0/+17
* PostgreSQL: support server versions 7.4 through 8.0 and the ruby-pg driver. C...Jeremy Kemper2008-02-221-20/+70
* Refactor ActiveRecord::ConnectionAdapters::Column.new_time: leverage DateTime...Geoff Buesing2008-02-161-6/+2
* Optimisation for BigDecimal conversion code. Closes #11110 [adymo]Michael Koziarski2008-02-141-1/+4
* MySQL: memoize column and table name quoting to reduce garbageJeremy Kemper2008-02-031-7/+8
* MySQL: omit text/blob defaults from the schema instead of using an empty stri...Jeremy Kemper2008-01-301-1/+1
* Remove dead code. Closes #10698 [garru]Jeremy Kemper2008-01-191-5/+0
* Remove table quoting; only pull last_insert_id if there's a primary key.Jeremy Kemper2008-01-191-2/+2
* Correct fix for [8647], Closes #6868. [isak]Michael Koziarski2008-01-161-1/+1
* Don't ignore :precision and :scale when adding columns on postgresql. Closes ...Michael Koziarski2008-01-161-2/+3
* Fix issue where Table#references doesn't pass a :null option to a *_type attr...Rick Olson2008-01-111-3/+1
* More thoroughly quote table names. Exposes some issues with sqlite2 adapter. ...Jeremy Kemper2008-01-054-14/+24
* Ruby 1.9 compat: don't use obsolete ParseDateJeremy Kemper2008-01-031-1/+1
* Ruby 1.9 compat: fix warnings, shadowed block vars, and unitialized instance ...Jeremy Kemper2007-12-223-3/+4
* SQLite: fix rename_ and remove_column for columns with unique indexes. Closes...Jeremy Kemper2007-12-201-6/+13
* Ruby 1.9 compat: check column type more carefullyJeremy Kemper2007-12-192-11/+16
* Reveal that the type option in migrations can be any supported column type fo...Marcel Molina2007-12-051-1/+6
* Document the timestamps schema definition method. Closes #9000 [mikong]Marcel Molina2007-12-051-0/+2
* Handle 8.1 default formatting. Closes #10333 [Tim Pope]Jeremy Kemper2007-12-021-0/+3
* Honor Ruby's default calendar reform setting when creating DateTime objects v...Geoff Buesing2007-11-241-2/+1
* PostgreSQL: correct binary escaping. References #8049, closes #10176 [jbasdf,...Jeremy Kemper2007-11-221-2/+2
* Use debug, not info as log_info will discard the information if info is used.Michael Koziarski2007-11-171-1/+1
* Smattering of grammatical fixes to documentation. Closes #10083 [BobSilva]Marcel Molina2007-11-086-20/+21
* Standardize on using hyphens rather than colons to separate option names from...Marcel Molina2007-11-061-5/+5
* Use the safe conversion code introduced in earlier commit. References #10068...Michael Koziarski2007-11-051-1/+1
* Foxy fixtures. Adapter#disable_referential_integrity. Closes #9981.Jeremy Kemper2007-10-263-0/+27
* Remove superfluous code and quote table name. References #9971 [jkit, nzkoz]Michael Koziarski2007-10-251-2/+1