1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test/cases/adapters/sqlite3
Piotr Sarnacki ceb68d1874 Revert "Merge pull request #6344"
This commit needs to be reverted because it introduces difficulties when
using sqlite3 in development and other databases in production. This
happens because when you create time column in sqlite3, it's dumped as
datetime in schema.rb file.

This reverts commit 57d534ee9e, reversing
changes made to 20f049fb50.

Conflicts:

	activerecord/test/cases/adapters/sqlite3/sqlite3_adapter_test.rb
2012-06-25 02:27:26 +02:00
..
copy_table_test.rb Set the primary key during #copy_table if necessary. Fixes [#2312] 2012-05-14 14:47:25 -05:00
explain_test.rb add the query to AR::Relation#explain output 2011-11-25 14:29:34 -08:00
quoting_test.rb fix tests for SQLite3Adapter 2012-04-27 13:31:37 +07:00
sqlite3_adapter_test.rb Revert "Merge pull request #6344" 2012-06-25 02:27:26 +02:00
statement_pool_test.rb fix tests for sqlite3 2012-04-27 13:09:12 +07:00