activerecord-import/test/schema
Jared Luxenberg e12f9c4951 Model#import fails to find model's primary key sequence
Fixes a bug where Model#import does not work when a model's primary key
has no associated 'sequence' in the database. If a value for the primary
key is specified, then the insert should not require a database
'sequence' to generate a value for that primary key field.
2012-08-04 17:35:50 -07:00
..
generic_schema.rb Model#import fails to find model's primary key sequence 2012-08-04 17:35:50 -07:00
mysql_schema.rb Added back in basic benchmark support. To run: 2010-04-08 23:12:28 -04:00
version.rb Initial commit of making ar-extensions import Rails 3 friendly 2010-03-11 21:32:56 -05:00