| Commit message (Expand) | Author | Age | Files | Lines |
* | Active Record supports MySQL >= 5.0 | Ryuta Kamizono | 2016-02-04 | 1 | -2/+1 |
* | Fix extract default with CURRENT_TIMESTUMP | Ryuta Kamizono | 2016-01-13 | 1 | -0/+11 |
* | Add expression support on the schema default | Ryuta Kamizono | 2016-01-13 | 1 | -0/+15 |
* | Remove legacy mysql adapter | Abdelkader Boudih | 2015-12-17 | 1 | -10/+3 |
* | Closes rails/rails#18864: Renaming transactional fixtures to transactional tests | Brandon Weiss | 2015-03-16 | 1 | -3/+3 |
* | tests, use `drop_table if_exists: true` in our test suite. | Yves Senn | 2015-01-20 | 1 | -1/+1 |
* | pg tests, get rid of global schema `schema_1`. | Yves Senn | 2014-12-02 | 1 | -45/+0 |
* | tests, favor public API over inspecting columns where possible. | Yves Senn | 2014-12-01 | 1 | -16/+19 |
* | tests, run numeric default tests for every adapter. | Yves Senn | 2014-12-01 | 1 | -15/+33 |
* | tests, use public API to verify default parsing. #17863, #17856 | Yves Senn | 2014-12-01 | 1 | -1/+2 |
* | Fix value extracted from negative integers for PostgreSQL. | Guo Xiang Tan | 2014-12-01 | 1 | -0/+4 |
* | Don't type cast the default on the column | Sean Griffin | 2014-06-17 | 1 | -1/+1 |
* | Collapse PG default extractoin of most types to single regex | Sean Griffin | 2014-06-04 | 1 | -0/+5 |
* | Remove dead test code for unsupported adapters | Sean Griffin | 2014-05-17 | 1 | -1/+1 |
* | Use teardown helper method. | Guo Xiang Tan | 2014-03-14 | 1 | -1/+1 |
* | Handle single quotes in PostgreSQL default column values | Dylan Markow | 2013-06-19 | 1 | -0/+25 |
* | Standardize the use of current_adapter? | Rafael Mendonça França | 2013-01-01 | 1 | -1/+1 |
* | Remove ActiveRecord::Model | Jon Leighton | 2012-10-26 | 1 | -4/+4 |
* | The default value of a text/blob in mysql strict mode should be nil | Jon Leighton | 2012-10-19 | 1 | -17/+55 |
* | #7914 get default value when type uses schema name | Arturo Pie | 2012-10-13 | 1 | -0/+40 |
* | removes usage of Object#in? from the code base (the method remains defined by... | Xavier Noria | 2012-08-06 | 1 | -1/+1 |
* | load active_support/core_ext/object/inclusion in active_support/rails | Xavier Noria | 2012-08-02 | 1 | -1/+0 |
* | please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT | Aaron Patterson | 2011-06-06 | 1 | -1/+1 |
* | Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES... | Jon Leighton | 2011-06-04 | 1 | -1/+1 |
* | Remove `#among?` from Active Support | Prem Sichanugrist | 2011-04-13 | 1 | -1/+1 |
* | Change Object#either? to Object#among? -- thanks to @jamesarosen for the sugg... | David Heinemeier Hansson | 2011-04-12 | 1 | -1/+1 |
* | Using Object#in? and Object#either? in various places | Prem Sichanugrist | 2011-04-11 | 1 | -1/+2 |
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed '... | Santiago Pastorino | 2010-08-14 | 1 | -3/+3 |
* | update tests for mysql2 support | Brian Lopez | 2010-08-02 | 1 | -1/+1 |
* | edit pass: the names of Rails components have a space, ie, "Active Record", n... | Xavier Noria | 2010-06-14 | 1 | -1/+1 |
* | Use better assertion methods for testing | Neeraj Singh | 2010-05-19 | 1 | -2/+2 |
* | cleaning up a bunch of parse time warnings in AR [#4186 state:resolved] | Aaron Patterson | 2010-03-15 | 1 | -2/+2 |
* | Merge commit 'origin/master' into savepoints | Hongli Lai (Phusion) | 2008-12-03 | 1 | -6/+1 |
|\ |
|
| * | Remove SQL Server cases from tests for latest adapter work to pass rails expe... | Ken Collins | 2008-11-19 | 1 | -1/+1 |
* | | Fix the final MySQL unit test failure that's related to savepoint support. | Hongli Lai (Phusion) | 2008-11-03 | 1 | -28/+39 |
* | | Fix what looks like a Mysql bug with transactions, savepoints, and create table. | Jonathan Viney | 2008-11-03 | 1 | -21/+26 |
|/ |
|
* | Deal with MySQL's quirky handling of defaults and blob/text columns | Frederick Cheung | 2008-09-14 | 1 | -0/+31 |
* | Include mysql older than 5.1.23 in the 5.1 series in the list of those that c... | Tarmo Tänav | 2008-08-26 | 1 | -1/+1 |
* | Fix default nil tests for MySQL 5.0.51 [#192 state:resolved] | Ryan Bates | 2008-05-31 | 1 | -1/+1 |
* | PostgreSQL: support server versions 7.4 through 8.0 and the ruby-pg driver. C... | Jeremy Kemper | 2008-02-22 | 1 | -1/+3 |
* | Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails | Jeremy Kemper | 2008-01-21 | 1 | -2/+2 |
* | Fix paths | Jeremy Kemper | 2008-01-18 | 1 | -2/+2 |
* | Move tests to cases | Jeremy Kemper | 2008-01-18 | 1 | -0/+67 |