| Commit message (Expand) | Author | Age | Files | Lines |
* | Added SQL escaping for :limit and :offset in MySQL [Jonathan Wiess] | David Heinemeier Hansson | 2008-06-01 | 1 | -1/+2 |
* | Added SQL escaping for :limit and :offset [#288 state:closed] (Aaron Bedra, S... | David Heinemeier Hansson | 2008-05-31 | 1 | -2/+7 |
* | Ensure correct db time is reported in production logs. | Pratik Naik | 2008-05-28 | 1 | -9/+5 |
* | Merge docrails. | Pratik Naik | 2008-05-25 | 5 | -21/+21 |
* | Ensure add_column gives valid error for sqlite. [Gunnar Wolf, Pratik] [#197 s... | Pratik Naik | 2008-05-20 | 1 | -0/+4 |
* | Make sure clone_structure can load the results of dump_schema_information | Steven Soroka | 2008-05-17 | 1 | -1/+1 |
* | Merge documentation changes from docrails. | Pratik Naik | 2008-05-16 | 2 | -56/+54 |
* | Merge docrails: | Pratik Naik | 2008-05-09 | 5 | -24/+30 |
* | create_table :force => true no longer tries to drop a non-existing table | Tarmo Tänav | 2008-05-07 | 1 | -2/+2 |
* | Added AbstractAdapter#table_exists? and made AbstractAdapter#table implementa... | Tarmo Tänav | 2008-05-07 | 1 | -0/+4 |
* | Restore dump_schema_information connection adapter method | Kyle Hargraves | 2008-05-05 | 1 | -0/+6 |
* | Added change_table for migrations (Jeff Dean) [#71 state:resolved] | David Heinemeier Hansson | 2008-05-03 | 3 | -7/+265 |
* | Improve documentation coverage and markup | Xavier Noria | 2008-05-02 | 5 | -9/+10 |
* | Fixed that change_column should be able to use :null => true on a field that ... | David Heinemeier Hansson | 2008-04-29 | 1 | -1/+8 |
* | Default integer need not specify a limit [#20371 state:resolved] (matthuhiggins) | David Heinemeier Hansson | 2008-04-29 | 1 | -1/+1 |
* | Added that the MySQL adapter should map integer to either smallint, int, or b... | David Heinemeier Hansson | 2008-04-25 | 1 | -0/+16 |
* | Use schema.rb for all databases | Frederick Cheung | 2008-04-22 | 1 | -1/+1 |
* | Fix sqlite adapter to work with the quoted table names returned by later vers... | Frederick Cheung | 2008-04-21 | 1 | -1/+1 |
* | Add support for interleaving migrations by storing which migrations have run ... | Rick Olson | 2008-04-09 | 1 | -21/+29 |
* | Improve documentation. | Pratik Naik | 2008-04-05 | 1 | -3/+3 |
* | Tiny change to allow AR based creation of TIME columns in sqlite. Closes #114... | Michael Koziarski | 2008-04-04 | 1 | -1/+1 |
* | PostgreSQL: create_ and drop_database support. Closes #9042. | Jeremy Kemper | 2008-04-01 | 1 | -0/+44 |
* | Switched to UTC-timebased version numbers for migrations and the schema. This... | David Heinemeier Hansson | 2008-03-28 | 1 | -4/+12 |
* | Migrations: create_table supports primary_key_prefix_type. Closes #10314. | Jeremy Kemper | 2008-03-18 | 1 | -1/+1 |
* | Added add/remove_timestamps to the schema statements for adding the created_a... | David Heinemeier Hansson | 2008-03-13 | 1 | -0/+16 |
* | Make the schema dumper respect the schema settings in database.yml. Referenc... | Michael Koziarski | 2008-03-03 | 1 | -3/+5 |
* | Make the mysql schema dumper roundtrip the limits of text/blob columns. Clos... | Michael Koziarski | 2008-03-02 | 1 | -0/+17 |
* | PostgreSQL: support server versions 7.4 through 8.0 and the ruby-pg driver. C... | Jeremy Kemper | 2008-02-22 | 1 | -20/+70 |
* | Refactor ActiveRecord::ConnectionAdapters::Column.new_time: leverage DateTime... | Geoff Buesing | 2008-02-16 | 1 | -6/+2 |
* | Optimisation for BigDecimal conversion code. Closes #11110 [adymo] | Michael Koziarski | 2008-02-14 | 1 | -1/+4 |
* | MySQL: memoize column and table name quoting to reduce garbage | Jeremy Kemper | 2008-02-03 | 1 | -7/+8 |
* | MySQL: omit text/blob defaults from the schema instead of using an empty stri... | Jeremy Kemper | 2008-01-30 | 1 | -1/+1 |
* | Remove dead code. Closes #10698 [garru] | Jeremy Kemper | 2008-01-19 | 1 | -5/+0 |
* | Remove table quoting; only pull last_insert_id if there's a primary key. | Jeremy Kemper | 2008-01-19 | 1 | -2/+2 |
* | Correct fix for [8647], Closes #6868. [isak] | Michael Koziarski | 2008-01-16 | 1 | -1/+1 |
* | Don't ignore :precision and :scale when adding columns on postgresql. Closes ... | Michael Koziarski | 2008-01-16 | 1 | -2/+3 |
* | Fix issue where Table#references doesn't pass a :null option to a *_type attr... | Rick Olson | 2008-01-11 | 1 | -3/+1 |
* | More thoroughly quote table names. Exposes some issues with sqlite2 adapter. ... | Jeremy Kemper | 2008-01-05 | 4 | -14/+24 |
* | Ruby 1.9 compat: don't use obsolete ParseDate | Jeremy Kemper | 2008-01-03 | 1 | -1/+1 |
* | Ruby 1.9 compat: fix warnings, shadowed block vars, and unitialized instance ... | Jeremy Kemper | 2007-12-22 | 3 | -3/+4 |
* | SQLite: fix rename_ and remove_column for columns with unique indexes. Closes... | Jeremy Kemper | 2007-12-20 | 1 | -6/+13 |
* | Ruby 1.9 compat: check column type more carefully | Jeremy Kemper | 2007-12-19 | 2 | -11/+16 |
* | Reveal that the type option in migrations can be any supported column type fo... | Marcel Molina | 2007-12-05 | 1 | -1/+6 |
* | Document the timestamps schema definition method. Closes #9000 [mikong] | Marcel Molina | 2007-12-05 | 1 | -0/+2 |
* | Handle 8.1 default formatting. Closes #10333 [Tim Pope] | Jeremy Kemper | 2007-12-02 | 1 | -0/+3 |
* | Honor Ruby's default calendar reform setting when creating DateTime objects v... | Geoff Buesing | 2007-11-24 | 1 | -2/+1 |
* | PostgreSQL: correct binary escaping. References #8049, closes #10176 [jbasdf,... | Jeremy Kemper | 2007-11-22 | 1 | -2/+2 |
* | Use debug, not info as log_info will discard the information if info is used. | Michael Koziarski | 2007-11-17 | 1 | -1/+1 |
* | Smattering of grammatical fixes to documentation. Closes #10083 [BobSilva] | Marcel Molina | 2007-11-08 | 6 | -20/+21 |
* | Standardize on using hyphens rather than colons to separate option names from... | Marcel Molina | 2007-11-06 | 1 | -5/+5 |