aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract/schema_definitions.rb
Commit message (Expand)AuthorAgeFilesLines
...
* MySQL: treat integer with :limit => 11 as a display width, not byte size, for...Jeremy Kemper2008-06-271-2/+1
* Performance: minor Column#text? and #number? speedupsJeremy Kemper2008-06-251-2/+2
* Merge docrails.Pratik Naik2008-05-251-16/+16
* Merge documentation changes from docrails.Pratik Naik2008-05-161-46/+44
* Added change_table for migrations (Jeff Dean) [#71 state:resolved]David Heinemeier Hansson2008-05-031-0/+190
* Improve documentation coverage and markupXavier Noria2008-05-021-2/+2
* 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
* Fix issue where Table#references doesn't pass a :null option to a *_type attr...Rick Olson2008-01-111-3/+1
* 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-221-2/+2
* Ruby 1.9 compat: check column type more carefullyJeremy Kemper2007-12-191-1/+5
* 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
* Honor Ruby's default calendar reform setting when creating DateTime objects v...Geoff Buesing2007-11-241-2/+1
* Smattering of grammatical fixes to documentation. Closes #10083 [BobSilva]Marcel Molina2007-11-081-2/+2
* 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
* Add t.belongs_to and t.references to sexy migrations [arthurgeek]Michael Koziarski2007-10-191-0/+30
* Dr Math meets Captain Obvious.Jeremy Kemper2007-10-081-1/+1
* Use fast date/time parsing by default. Closes #9811.Jeremy Kemper2007-10-071-5/+33
* Reinstate failsafe date/time parsing rescues. Head off some obvious failures ...Jeremy Kemper2007-10-071-4/+13
* MySQL: speedup date/time parsing.Jeremy Kemper2007-10-071-58/+64
* Refactored in use of extract_options! (closes #9079) [josh]David Heinemeier Hansson2007-07-241-1/+1
* Rollback [6961] which breaks SQLite tests. Reference #7345.Jeremy Kemper2007-06-081-2/+1
* Migrations: raise if a column is duplicated. Closes #7345.Jeremy Kemper2007-06-071-1/+2
* Added short-hand declaration style to migrations (inspiration from Sexy Migra...David Heinemeier Hansson2007-05-061-1/+45
* DateTimes assume the default timezone. Closes #7764.Jeremy Kemper2007-03-091-2/+3
* Fix an edge case with dates during the Italian calendar reform! Hehe. Closes ...Jeremy Kemper2007-03-061-1/+6
* Skip column options for primary keys. Closes #7048.Jeremy Kemper2007-01-151-6/+8
* change_column accepts :default => nil. Closes #6956.Jeremy Kemper2007-01-151-6/+4
* Oracle: BigDecimal support. Closes #5667.Jeremy Kemper2006-07-101-8/+6
* r4704@asus: jeremy | 2006-06-27 12:00:19 -0700Jeremy Kemper2006-07-081-15/+90
* Respect type method. #5337Jeremy Kemper2006-07-081-4/+2
* Oracle: use nonblocking queries if allow_concurrency is set, fix pessimistic ...Jeremy Kemper2006-07-071-1/+1
* PostgreSQL: support microsecond time resolution. Closes #5492.Jeremy Kemper2006-06-251-5/+15
* Don't use keywords as local vars in documentation. Closes #5291. [jeremy@pla...Rick Olson2006-06-211-4/+4
* Fix Oracle boolean support and tests. Closes #5139. [schoenm@earthlink.net]Marcel Molina2006-05-211-4/+6
* Dates and times interpret empty strings as nil rather than 2000-01-01. Closes...Jeremy Kemper2006-05-071-1/+2
* SchemaDumper now doesn't fail anymore when there are unknown column types in ...Tobias Lütke2005-12-241-1/+2
* Correct boolean handling in generated reader methods. References #2945.Jeremy Kemper2005-11-191-2/+11
* Quote column names in generated SQL. Closes #2728.Jeremy Kemper2005-11-041-2/+2
* Added migration support for Oracle (closes #2647) [Michael Schoen]David Heinemeier Hansson2005-10-291-2/+2
* Add option (true by default) to generate reader methods for each attribute of...Marcel Molina2005-10-071-28/+44
* Add convenience predicate methods on Column class. In partial fullfilment of ...Marcel Molina2005-10-061-1/+13
* Ticket #2282 - fix parsing of timestamps with time zoneJeremy Kemper2005-09-301-1/+3
* No need to string.to_s right after checking that string.is_a?(String)Jeremy Kemper2005-09-301-3/+3
* Make schema definition column lookups agnostic w/r/t/ whether a key or symbol...Marcel Molina2005-09-281-2/+2
* Add extensive documentation to the ActiveRecord::AbstractAdapter. #2250Marcel Molina2005-09-271-8/+59
* Refactored the AbstractAdapter to be a lot less scary. Cleaned up the docs an...David Heinemeier Hansson2005-09-251-0/+168