# Logfile created on Thu Dec 03 23:32:32 +0000 2009 by / SQL (0.2ms) select sqlite_version(*) SQL (0.2ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (79.6ms) CREATE TABLE "test_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "url" varchar(255), "other_url" varchar(255), "another_url" varchar(255))  SQL (0.6ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (5.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  SQL (13.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") SQL (0.3ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (0.2ms) SELECT version FROM "schema_migrations" SQL (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0') SQL (0.3ms) select sqlite_version(*) SQL (0.5ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (2.4ms) DROP TABLE "test_models" SQL (2.9ms) CREATE TABLE "test_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "url" varchar(255), "other_url" varchar(255), "another_url" varchar(255))  SQL (0.5ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (0.4ms) SELECT version FROM "schema_migrations" TestModel Create (0.5ms) INSERT INTO "test_models" ("another_url", "url", "other_url") VALUES(NULL, NULL, NULL) TestModel Create (0.4ms) INSERT INTO "test_models" ("another_url", "url", "other_url") VALUES(NULL, NULL, NULL) TestModel Create (0.3ms) INSERT INTO "test_models" ("another_url", "url", "other_url") VALUES(NULL, 'http://www.example.com', NULL) TestModel Create (0.3ms) INSERT INTO "test_models" ("another_url", "url", "other_url") VALUES(NULL, 'http://www.example.com', NULL) TestModel Create (0.4ms) INSERT INTO "test_models" ("another_url", "url", "other_url") VALUES(NULL, 'https://www.example.com', NULL) TestModel Create (0.5ms) INSERT INTO "test_models" ("another_url", "url", "other_url") VALUES(NULL, 'https://www.example.com', NULL) SQL (0.2ms) select sqlite_version(*) SQL (0.4ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (3.1ms) DROP TABLE "test_models" SQL (2.9ms) CREATE TABLE "test_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "url" varchar(255), "other_url" varchar(255), "another_url" varchar(255))  SQL (0.3ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (0.2ms) SELECT version FROM "schema_migrations" TestModel Create (0.4ms) INSERT INTO "test_models" ("another_url", "url", "other_url") VALUES(NULL, NULL, NULL) TestModel Create (0.5ms) INSERT INTO "test_models" ("another_url", "url", "other_url") VALUES(NULL, NULL, NULL) TestModel Create (0.3ms) INSERT INTO "test_models" ("another_url", "url", "other_url") VALUES(NULL, 'http://www.example.com', NULL) TestModel Create (4.3ms) INSERT INTO "test_models" ("another_url", "url", "other_url") VALUES(NULL, 'http://www.example.com', NULL) TestModel Create (11.4ms) INSERT INTO "test_models" ("another_url", "url", "other_url") VALUES(NULL, 'https://www.example.com', NULL) TestModel Create (0.4ms) INSERT INTO "test_models" ("another_url", "url", "other_url") VALUES(NULL, 'https://www.example.com', NULL) TestModel Create (0.5ms) INSERT INTO "test_models" ("another_url", "url", "other_url") VALUES(NULL, NULL, 'http://www.example.com') TestModel Create (0.4ms) INSERT INTO "test_models" ("another_url", "url", "other_url") VALUES('http://www.example.com', NULL, NULL) SQL (0.3ms) select sqlite_version(*) SQL (1.6ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (3.1ms) DROP TABLE "test_models" SQL (2.6ms) CREATE TABLE "test_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "url" varchar(255), "other_url" varchar(255), "another_url" varchar(255))  SQL (0.3ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (0.1ms) SELECT version FROM "schema_migrations" TestModel Create (0.4ms) INSERT INTO "test_models" ("another_url", "url", "other_url") VALUES(NULL, NULL, NULL) TestModel Create (0.4ms) INSERT INTO "test_models" ("another_url", "url", "other_url") VALUES(NULL, NULL, NULL) TestModel Create (0.9ms) INSERT INTO "test_models" ("another_url", "url", "other_url") VALUES(NULL, 'http://www.example.com', NULL) TestModel Create (0.4ms) INSERT INTO "test_models" ("another_url", "url", "other_url") VALUES(NULL, 'http://www.example.com', NULL) TestModel Create (0.3ms) INSERT INTO "test_models" ("another_url", "url", "other_url") VALUES(NULL, 'https://www.example.com', NULL) TestModel Create (0.4ms) INSERT INTO "test_models" ("another_url", "url", "other_url") VALUES(NULL, 'https://www.example.com', NULL) TestModel Create (0.5ms) INSERT INTO "test_models" ("another_url", "url", "other_url") VALUES(NULL, NULL, 'http://www.example.com') TestModel Create (0.4ms) INSERT INTO "test_models" ("another_url", "url", "other_url") VALUES('http://www.example.com', NULL, NULL)