| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Use the safe conversion code introduced in earlier commit. References #10068... | Michael Koziarski | 2007-11-05 | 1 | -1/+1 |
* | Foxy fixtures. Adapter#disable_referential_integrity. Closes #9981. | Jeremy Kemper | 2007-10-26 | 3 | -0/+27 |
* | Remove superfluous code and quote table name. References #9971 [jkit, nzkoz] | Michael Koziarski | 2007-10-25 | 1 | -2/+1 |
* | Make clear_reloadable_connections! take account of @@allow_concurrency. Clos... | Michael Koziarski | 2007-10-25 | 1 | -4/+17 |
* | Make sure that the Schema Dumper supports non-standard primary keys with MySQ... | Michael Koziarski | 2007-10-25 | 1 | -0/+10 |
* | Ensure that mysql quotes table names with database names correctly. Closes #... | Rick Olson | 2007-10-20 | 1 | -1/+1 |
* | Add t.belongs_to and t.references to sexy migrations [arthurgeek] | Michael Koziarski | 2007-10-19 | 1 | -0/+30 |
* | Quote table names. Defaults to column quoting. Closes #4593. | Jeremy Kemper | 2007-10-16 | 5 | -31/+49 |
* | Fix join table docs error in schema_statements. Closes #9880 [lawrence] | Jeremy Kemper | 2007-10-16 | 1 | -1/+1 |
* | Factor out checks for duplicable objects. Closes #9333. | Jeremy Kemper | 2007-10-15 | 1 | -5/+2 |
* | PostgreSQL: support multiline default values. Closes #7533. | Jeremy Kemper | 2007-10-08 | 1 | -14/+14 |
* | Dr Math meets Captain Obvious. | Jeremy Kemper | 2007-10-08 | 1 | -1/+1 |
* | MySQL: fix change_column on not-null columns that don't accept dfeault values... | Jeremy Kemper | 2007-10-08 | 1 | -2/+2 |
* | Use fast date/time parsing by default. Closes #9811. | Jeremy Kemper | 2007-10-07 | 2 | -34/+33 |
* | Reinstate failsafe date/time parsing rescues. Head off some obvious failures ... | Jeremy Kemper | 2007-10-07 | 2 | -22/+29 |
* | MySQL: speedup date/time parsing. | Jeremy Kemper | 2007-10-07 | 2 | -58/+94 |
* | Allow change_column to set NOT NULL in the PostgreSQL adaptor. Closes #3904 [... | Michael Koziarski | 2007-10-07 | 1 | -17/+12 |
* | Send the correct INSERT statement when dealing with objects with only primary... | Michael Koziarski | 2007-10-06 | 2 | -0/+7 |
* | Try loading activerecord-<adaptername>-adapter gem before trying a plain requ... | Jeremy Kemper | 2007-10-04 | 1 | -8/+3 |
* | Don't implicitly assign instance variables by using them as block arguments | Jeremy Kemper | 2007-09-30 | 1 | -1/+2 |
* | Remove DB2 adapter since IBM chooses to maintain their own adapter instead. | Jeremy Kemper | 2007-09-29 | 1 | -242/+0 |
* | Extract Oracle, SQLServer, and Sybase adapters into gems. | Jeremy Kemper | 2007-09-29 | 3 | -2007/+0 |
* | Ruby 1.9 compat for instance method check in Mysql adapter. | Jeremy Kemper | 2007-09-29 | 1 | -1/+2 |
* | Fixed spelling errors (closes #9706) [tarmo/rmm5t] | David Heinemeier Hansson | 2007-09-28 | 6 | -9/+9 |
* | MySQL: change_column raises if the table or column doesn't exist. | Jeremy Kemper | 2007-09-28 | 1 | -1/+5 |
* | Fixed rename_column for SQLite when using symbols for the column names (close... | David Heinemeier Hansson | 2007-09-22 | 1 | -2/+3 |
* | Stress that you should really install the C-based MySQL library when running ... | David Heinemeier Hansson | 2007-09-20 | 1 | -0/+5 |
* | Don't worry about retrieving the last inserted id. [tarmo_t] | Jeremy Kemper | 2007-09-17 | 1 | -1/+1 |
* | Speed up and simplify query caching. | Jeremy Kemper | 2007-09-17 | 10 | -62/+154 |
* | connection.select_rows 'sql' returns an array (rows) of arrays (field values)... | Jeremy Kemper | 2007-09-16 | 6 | -9/+79 |
* | Extract Firebird, FronBase, and OpenBase adapters into gems. Closes #9508, #9... | Jeremy Kemper | 2007-09-15 | 3 | -2050/+0 |
* | RubyGem database adapters: expects a gem named activerecord-<database>-adapte... | Jeremy Kemper | 2007-09-15 | 1 | -3/+19 |
* | Fixed that altering join tables in migrations would fail w/ sqlite3 #7453 [Ti... | David Heinemeier Hansson | 2007-09-15 | 1 | -1/+2 |
* | OpenBase: update for new lib and latest Rails. Support migrations. Closes #8748. | Jeremy Kemper | 2007-09-13 | 1 | -119/+229 |
* | minor speedups + forward-compat syntax | Jeremy Kemper | 2007-09-13 | 2 | -4/+4 |
* | Work around mysql limitations for defaults on text columns with not null. Cl... | Michael Koziarski | 2007-09-04 | 1 | -0/+1 |
* | Fix spacing | David Heinemeier Hansson | 2007-08-21 | 2 | -2/+2 |
* | Improve performance and functionality of the postgresql adapter. Closes #804... | Michael Koziarski | 2007-08-16 | 2 | -179/+422 |
* | Refactored in use of extract_options! (closes #9079) [josh] | David Heinemeier Hansson | 2007-07-24 | 1 | -1/+1 |
* | Mock the beginning of the transaction also. References #8642. | Jeremy Kemper | 2007-06-23 | 1 | -1/+1 |
* | Rollback if commit raises an exception. Closes #8642. | Jeremy Kemper | 2007-06-23 | 1 | -2/+9 |
* | MySQL: fix show_variable. Closes #8448. | Jeremy Kemper | 2007-06-20 | 1 | -1/+2 |
* | Rollback [6961] which breaks SQLite tests. Reference #7345. | Jeremy Kemper | 2007-06-08 | 1 | -2/+1 |
* | Migrations: raise if a column is duplicated. Closes #7345. | Jeremy Kemper | 2007-06-07 | 1 | -1/+2 |
* | Typo in PostgreSQL change_column quoting. References #8466. | Jeremy Kemper | 2007-05-29 | 1 | -1/+1 |
* | Missed Oracle rename_column quoting. References #8466. | Jeremy Kemper | 2007-05-29 | 1 | -1/+1 |
* | SQLite, MySQL, PostgreSQL, Oracle: quote column names in column migration SQL... | Jeremy Kemper | 2007-05-29 | 4 | -15/+20 |