activerecord-import/test
Zach Dennis 5a71efa2b4 Merge pull request #21 from jamiecobbett/master
Fix import of very large datasets containing multibyte chars on Ruby 1.9
2011-06-22 19:51:29 -07:00
..
active_record Moved all adapter specific code into adapters/ directory and updated all adapters to utilize the same "require_adapter" method of loading specific-database adapters. 2010-08-10 20:46:32 -04:00
adapters Adding jdbcmysql support. 2011-05-04 20:27:11 -04:00
jdbcmysql Adding jdbcmysql support. 2011-05-04 20:27:11 -04:00
models About 85% through porting over MySQL on duplicate key functionality. 2010-03-13 21:33:03 -05:00
mysql Updating MySQL import tests to load files in a ruby1.9 friendly way. 2010-09-26 22:10:12 -04:00
mysql2 Updating MySQL import tests to load files in a ruby1.9 friendly way. 2010-09-26 22:10:12 -04:00
postgresql Enable ImportSupport on Postgresql - the test suite now passes in full 2011-01-10 22:27:23 -05:00
schema Added back in basic benchmark support. To run: 2010-04-08 23:12:28 -04:00
support Correctly obey MySQL MAX PACKET 2011-05-08 21:35:47 +00:00
database.yml.sample Update test/database.yml.sample from test/database.yml 2011-01-10 21:57:40 -05:00
import_test.rb Updating import_test to be Ruby 1.9.2 compatible. Ruby 1.9.1 changed the Date.parse capabilities to no longer support MM/DD/YYYY functionality so we only test against YYYY/MM/DD. 2011-05-04 19:55:46 -04:00
synchronize_test.rb Adding in support for :synchronization option for #import. Pulled in from ar-extensions. Currently only works with MySQL since that is the only database that supports on duplicate key update functionality. 2011-03-19 15:49:26 -04:00
test_helper.rb Updatin to not depend on Rails 3, only ActiveRecord, both in gem file and in tests 2010-10-05 22:38:18 -04:00