aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapter_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Add three new rubocop rulesRafael Mendonça França2016-08-161-4/+4
* modernizes hash syntax in activerecordXavier Noria2016-08-061-7/+7
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-25/+25
* remove_index do not fetch indexes if name is specifiedSeva Orlov2016-04-241-0/+11
* Merge pull request #23522 from kamipo/add_value_too_long_exception_classJeremy Daer2016-04-181-0/+9
|\
| * Add `ActiveRecord::ValueTooLong` exception classRyuta Kamizono2016-02-061-0/+9
* | Add a test case for create a record with primary key as zeroRyuta Kamizono2016-03-301-0/+6
* | Fix tests failure with `prepared_statements: false`Ryuta Kamizono2016-02-291-1/+2
|/
* Remove legacy mysql adapterAbdelkader Boudih2015-12-171-2/+2
* Deprecate `#table_exists?`, `#tables` and passing arguments to `#talbes`yui-knk2015-11-091-4/+21
* Deprecate exception#original_exception in favor of exception#causeYuki Nishijima2015-11-031-4/+12
* introduce `conn.data_source_exists?` and `conn.data_sources`.Yves Senn2015-09-221-0/+15
* Should test both mysql adaptersRyuta Kamizono2015-09-201-1/+1
* Closes rails/rails#18864: Renaming transactional fixtures to transactional testsBrandon Weiss2015-03-161-1/+1
* Remove Relation#bind_paramsSean Griffin2015-01-271-2/+2
* Don't test invalid log encoding against PostgreSQL adapterRafael Mendonça França2015-01-021-4/+6
* Merge pull request #8547 from printercu/patch-1Rafael Mendonça França2015-01-021-0/+8
|\
* | Add where condition so select_one returns the correct record.Zuhao Wan2014-07-281-1/+1
* | Remove dead test code for unsupported adaptersSean Griffin2014-05-171-13/+9
* | We can conditional define the tests depending on the adapter orRajarshi Das2014-04-021-7/+5
* | Add a test case for save(validate:false) with invalid foreign key.Lauro Caetano2014-03-271-1/+15
* | Use teardown helper method.Guo Xiang Tan2014-03-141-1/+1
* | Fix regression on `.select_*` methods.Arthur Neves2014-01-301-0/+23
* | using symbol instead of string in establish_connectionKuldeep Aggarwal2013-12-251-1/+1
* | Deprecate use of string in establish_connection as connection lookupJosé Valim2013-12-241-1/+1
|/
* `connection.type_to_sql` returns a `String` for unmapped types.Yves Senn2013-12-031-0/+4
* Don't skip tests if we don't need to.Rafael Mendonça França2013-11-081-15/+13
* Defines the return type of select / select_all method.kennyj2013-07-231-0/+5
* Fixed typos in ActiveRecordPrathamesh Sonpatki2013-03-281-2/+2
* Changed update_record to use prepared statements.Noemj2013-02-111-0/+14
* Anonymous class is not allowed. For reference see #8934 and bc43763247e25Guillermo Iguaran2013-01-191-4/+6
* Remove ActiveRecord::ModelJon Leighton2012-10-261-3/+3
* Ensure disconnecting or reconnecting resets the transaction stateJon Leighton2012-09-151-0/+32
* Fix CIJon Leighton2011-12-281-3/+3
* Revert naive O(1) table_exists? implementation.Jon Leighton2011-12-131-0/+1
* namespace the adapter testAaron Patterson2011-11-291-121/+123
* pushing caching and visitors down to the connectionAaron Patterson2011-11-191-10/+0
* Make it the responsibility of the connection to hold onto an ARel visitor for...Jon Leighton2011-08-081-0/+10
* Fixed test_disable_referential_integrity on OracleRaimonds Simanovskis2011-08-081-0/+3
* move around testsAaron Patterson2011-07-211-30/+0
* fix postgres connection url testTerence Lee2011-07-201-1/+1
* Added test for postgres connections as URL. Fixed query param parsing.Glenn Gillen2011-07-201-0/+13
* Provide database connection settings as a URL.Glenn Gillen2011-07-201-0/+11
* Create a test case for disable_referential_integrityGabriel Sobrinho2011-07-011-0/+14
* please use ruby -I lib:test path/to/test.rb, or export RUBY_OPTAaron Patterson2011-06-061-1/+1
* Fix adapter_test.rb to make no assumptions about the database nameJon Leighton2011-06-051-2/+7
* Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...Jon Leighton2011-06-041-1/+1
* herp derpricating add_limit_offset!Aaron Patterson2011-01-031-12/+0
* Fix test which prevents connection reset on failing and remove hardcoded conn...Master Lambaster2010-06-181-8/+7
* Add parentheses to avoid warnings when running AR tests.Emilio Tagua2010-06-081-4/+4