From 416385a09d61758ba8e2b2ff30dd64c8b9540883 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 18 Mar 2006 16:50:25 +0000 Subject: Added OpenBase database adapter that builds on top of the http://www.spice-of-life.net/ruby-openbase/ driver. All functionality except LIMIT/OFFSET is supported (closes #3528) [derrickspell@cdmplus.com] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3932 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/test/fixtures/db_definitions/openbase.drop.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 activerecord/test/fixtures/db_definitions/openbase.drop.sql (limited to 'activerecord/test/fixtures/db_definitions/openbase.drop.sql') diff --git a/activerecord/test/fixtures/db_definitions/openbase.drop.sql b/activerecord/test/fixtures/db_definitions/openbase.drop.sql new file mode 100644 index 0000000000..fb40e3f213 --- /dev/null +++ b/activerecord/test/fixtures/db_definitions/openbase.drop.sql @@ -0,0 +1,2 @@ +DROP ALL +go \ No newline at end of file -- cgit v1.2.3